Html Css Color HEX #D066FE Heliotrope

📋 copy color: '#D066FE'

red 208 ◦ green 102 ◦ blue 254

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

Shades of Heliotrope #D066FE

Tints of Heliotrope #D066FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.04%

R = 36.88%
G = 18.09%
B = 45.04%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D066FE (or 0xD066FE) is known color: Heliotrope. HEX triplet: D0, 66 and FE. RGB value is (208,102,254). Sum of RGB (Red+Green+Blue) = 208+102+254=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 102 (40.23% from 255 or 18.09% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #D066FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D066FE is #2F9901. Grayscale: #969696. Windows color (decimal): -3119362 or 16672464. OLE color: 16672464.

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

Color convert

RGB 208 102 254 -
CMYK 0.18 0.60 0 0.00
HSL 281.84º 0.99% 0.7% -
HSV(B) 281.84º 0.6% 1% -
XYZ 48.65 30.07 97.01 -
YUV 151.02 186.12 168.64 -
System Red Green Blue C M Y K H S L
Decimal 208 102 254 0.18 0.60 0 0.00 281.84 0.99 0.7
Hex D0 66 FE 12 3C 0 0 11A 63 46
Octal 320 146 376 22 74 0 0 432 143 106
Binary 11010000 1100110 11111110 10010 111100 0 0 100011010 1100011 1000110

Color Harmonies of #D066FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066FE

Black with #D066FE

Text Example


Text Example

White with #D066FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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