Html Css Color HEX #D166FA Heliotrope

📋 copy color: '#D166FA'

red 209 ◦ green 102 ◦ blue 250

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

Shades of Heliotrope #D166FA

Tints of Heliotrope #D166FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.56%

R = 37.25%
G = 18.18%
B = 44.56%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D166FA (or 0xD166FA) is known color: Heliotrope. HEX triplet: D1, 66 and FA. RGB value is (209,102,250). Sum of RGB (Red+Green+Blue) = 209+102+250=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 102 (40.23% from 255 or 18.18% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #D166FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D166FA is #2E9905. Grayscale: #969696. Windows color (decimal): -3053830 or 16410321. OLE color: 16410321.

HSL color Cylindrical-coordinate representation of color #D166FA: hue angle of 283.38º degrees, saturation: 0.94, 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 #D166FA is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 102 250 -
CMYK 0.16 0.59 0 0.02
HSL 283.38º 0.94% 0.69% -
HSV(B) 283.38º 0.59% 0.98% -
XYZ 48.3 29.96 93.68 -
YUV 150.87 183.95 169.47 -
System Red Green Blue C M Y K H S L
Decimal 209 102 250 0.16 0.59 0 0.02 283.38 0.94 0.69
Hex D1 66 FA 10 3B 0 2 11B 5E 45
Octal 321 146 372 20 73 0 2 433 136 105
Binary 11010001 1100110 11111010 10000 111011 0 10 100011011 1011110 1000101

Color Harmonies of #D166FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D166FA

Black with #D166FA

Text Example


Text Example

White with #D166FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D166FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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