Html Css Color HEX #D166F1 Heliotrope

📋 copy color: '#D166F1'

red 209 ◦ green 102 ◦ blue 241

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

Shades of Heliotrope #D166F1

Tints of Heliotrope #D166F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.66%

R = 37.86%
G = 18.48%
B = 43.66%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D166F1 (or 0xD166F1) is known color: Heliotrope. HEX triplet: D1, 66 and F1. RGB value is (209,102,241). Sum of RGB (Red+Green+Blue) = 209+102+241=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #D166F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D166F1 is #2E990E. Grayscale: #959595. Windows color (decimal): -3053839 or 15820497. OLE color: 15820497.

HSL color Cylindrical-coordinate representation of color #D166F1: hue angle of 286.19º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D166F1 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 102 241 -
CMYK 0.13 0.58 0 0.05
HSL 286.19º 0.83% 0.67% -
HSV(B) 286.19º 0.58% 0.95% -
XYZ 46.92 29.41 86.42 -
YUV 149.84 179.45 170.2 -
System Red Green Blue C M Y K H S L
Decimal 209 102 241 0.13 0.58 0 0.05 286.19 0.83 0.67
Hex D1 66 F1 D 3A 0 5 11E 53 43
Octal 321 146 361 15 72 0 5 436 123 103
Binary 11010001 1100110 11110001 1101 111010 0 101 100011110 1010011 1000011

Color Harmonies of #D166F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D166F1

Black with #D166F1

Text Example


Text Example

White with #D166F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D166F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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