Html Css Color HEX #D065FD Heliotrope

📋 copy color: '#D065FD'

red 208 ◦ green 101 ◦ blue 253

#D065FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D065FD

Tints of Heliotrope #D065FD

RGB

 RED value IS 208 (81.64% from 255) = 37.01%

 GREEN value IS 101 (39.84% from 255) = 17.97%

 BLUE value IS 253 (99.22% from 255) = 45.02%

R = 37.01%
G = 17.97%
B = 45.02%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D065FD (or 0xD065FD) is known color: Heliotrope. HEX triplet: D0, 65 and FD. RGB value is (208,101,253). Sum of RGB (Red+Green+Blue) = 208+101+253=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 101 (39.84% from 255 or 17.97% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #D065FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D065FD is #2F9A02. Grayscale: #959595. Windows color (decimal): -3119619 or 16606672. OLE color: 16606672.

HSL color Cylindrical-coordinate representation of color #D065FD: hue angle of 282.24º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D065FD is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 101 253 -
CMYK 0.18 0.60 0 0.01
HSL 282.24º 0.97% 0.69% -
HSV(B) 282.24º 0.6% 0.99% -
XYZ 48.4 29.81 96.13 -
YUV 150.32 185.95 169.14 -
System Red Green Blue C M Y K H S L
Decimal 208 101 253 0.18 0.60 0 0.01 282.24 0.97 0.69
Hex D0 65 FD 12 3C 0 1 11A 61 45
Octal 320 145 375 22 74 0 1 432 141 105
Binary 11010000 1100101 11111101 10010 111100 0 1 100011010 1100001 1000101

Color Harmonies of #D065FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065FD

Black with #D065FD

Text Example


Text Example

White with #D065FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065FD; }

 p { color: rgb(208,101,253); }

 H1.HeaderClassName
 {
   color: #D065FD;
 }
 .AnyTagClassName
 {
   color: #D065FD;
 }
</style>

background-color css

<style>
 a { background-color: #D065FD; }

 a { background-color: rgb(208,101,253); }

 div.DivClassName
 {
   background-color: #D065FD;
 }
 .BgClassName
 {
   background-color: #D065FD;
 }
</style>

border-color css

<style>
 span { border-color: #D065FD; }

 span { border-color: rgb(208,101,253); }

 td.TdClassName
 {
   border-color: #D065FD;
 }
 .TagClassName
 {
   border-color: #D065FD;
 }
</style>