Html Css Color HEX #D166FE Heliotrope

📋 copy color: '#D166FE'

red 209 ◦ green 102 ◦ blue 254

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

Shades of Heliotrope #D166FE

Tints of Heliotrope #D166FE

RGB

 RED value IS 209 (82.03% from 255) = 36.99%

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

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

R = 36.99%
G = 18.05%
B = 44.96%

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

#D166FE (or 0xD166FE) is known color: Heliotrope. HEX triplet: D1, 66 and FE. RGB value is (209,102,254). Sum of RGB (Red+Green+Blue) = 209+102+254=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 102 (40.23% from 255 or 18.05% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #D166FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D166FE is #2E9901. Grayscale: #969696. Windows color (decimal): -3053826 or 16672465. OLE color: 16672465.

HSL color Cylindrical-coordinate representation of color #D166FE: hue angle of 282.24º 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 #D166FE is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 209 102 254 -
CMYK 0.18 0.60 0 0.00
HSL 282.24º 0.99% 0.7% -
HSV(B) 282.24º 0.6% 1% -
XYZ 48.94 30.21 97.02 -
YUV 151.32 185.95 169.14 -
System Red Green Blue C M Y K H S L
Decimal 209 102 254 0.18 0.60 0 0.00 282.24 0.99 0.7
Hex D1 66 FE 12 3C 0 0 11A 63 46
Octal 321 146 376 22 74 0 0 432 143 106
Binary 11010001 1100110 11111110 10010 111100 0 0 100011010 1100011 1000110

Color Harmonies of #D166FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D166FE

Black with #D166FE

Text Example


Text Example

White with #D166FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D166FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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