Html Css Color HEX #D966F6 Heliotrope

📋 copy color: '#D966F6'

red 217 ◦ green 102 ◦ blue 246

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

Shades of Heliotrope #D966F6

Tints of Heliotrope #D966F6

RGB

 RED value IS 217 (85.16% from 255) = 38.41%

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

 BLUE value IS 246 (96.48% from 255) = 43.54%

R = 38.41%
G = 18.05%
B = 43.54%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D966F6 (or 0xD966F6) is known color: Heliotrope. HEX triplet: D9, 66 and F6. RGB value is (217,102,246). Sum of RGB (Red+Green+Blue) = 217+102+246=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 102 (40.23% from 255 or 18.05% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #D966F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D966F6 is #269909. Grayscale: #989898. Windows color (decimal): -2529546 or 16148185. OLE color: 16148185.

HSL color Cylindrical-coordinate representation of color #D966F6: hue angle of 287.92º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D966F6 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 217 102 246 -
CMYK 0.12 0.59 0 0.04
HSL 287.92º 0.89% 0.68% -
HSV(B) 287.92º 0.59% 0.96% -
XYZ 50 30.91 90.52 -
YUV 152.8 180.6 173.79 -
System Red Green Blue C M Y K H S L
Decimal 217 102 246 0.12 0.59 0 0.04 287.92 0.89 0.68
Hex D9 66 F6 C 3B 0 4 120 59 44
Octal 331 146 366 14 73 0 4 440 131 104
Binary 11011001 1100110 11110110 1100 111011 0 100 100100000 1011001 1000100

Color Harmonies of #D966F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966F6

Black with #D966F6

Text Example


Text Example

White with #D966F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966F6; }

 p { color: rgb(217,102,246); }

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

background-color css

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

 a { background-color: rgb(217,102,246); }

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

border-color css

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

 span { border-color: rgb(217,102,246); }

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