Html Css Color HEX #D066FB Heliotrope

📋 copy color: '#D066FB'

red 208 ◦ green 102 ◦ blue 251

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

Shades of Heliotrope #D066FB

Tints of Heliotrope #D066FB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.18%

 BLUE value IS 251 (98.44% from 255) = 44.74%

R = 37.08%
G = 18.18%
B = 44.74%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D066FB (or 0xD066FB) is known color: Heliotrope. HEX triplet: D0, 66 and FB. RGB value is (208,102,251). Sum of RGB (Red+Green+Blue) = 208+102+251=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 102 (40.23% from 255 or 18.18% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #D066FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D066FB is #2F9904. Grayscale: #969696. Windows color (decimal): -3119365 or 16475856. OLE color: 16475856.

HSL color Cylindrical-coordinate representation of color #D066FB: hue angle of 282.68º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D066FB is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 102 251 -
CMYK 0.17 0.59 0 0.02
HSL 282.68º 0.95% 0.69% -
HSV(B) 282.68º 0.59% 0.98% -
XYZ 48.18 29.88 94.49 -
YUV 150.68 184.62 168.88 -
System Red Green Blue C M Y K H S L
Decimal 208 102 251 0.17 0.59 0 0.02 282.68 0.95 0.69
Hex D0 66 FB 11 3B 0 2 11B 5F 45
Octal 320 146 373 21 73 0 2 433 137 105
Binary 11010000 1100110 11111011 10001 111011 0 10 100011011 1011111 1000101

Color Harmonies of #D066FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066FB

Black with #D066FB

Text Example


Text Example

White with #D066FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066FB; }

 p { color: rgb(208,102,251); }

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

background-color css

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

 a { background-color: rgb(208,102,251); }

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

border-color css

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

 span { border-color: rgb(208,102,251); }

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