Html Css Color HEX #D966F9 Heliotrope

📋 copy color: '#D966F9'

red 217 ◦ green 102 ◦ blue 249

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

Shades of Heliotrope #D966F9

Tints of Heliotrope #D966F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.84%

R = 38.2%
G = 17.96%
B = 43.84%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D966F9 (or 0xD966F9) is known color: Heliotrope. HEX triplet: D9, 66 and F9. RGB value is (217,102,249). Sum of RGB (Red+Green+Blue) = 217+102+249=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 102 (40.23% from 255 or 17.96% from 568); Blue value is 249 (97.66% from 255 or 43.84% from 568); Max value from RGB is 249 - color contains mainly: blue. Hex color #D966F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D966F9 is #269906. Grayscale: #989898. Windows color (decimal): -2529543 or 16344793. OLE color: 16344793.

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

Color convert

RGB 217 102 249 -
CMYK 0.13 0.59 0 0.02
HSL 286.94º 0.92% 0.69% -
HSV(B) 286.94º 0.59% 0.98% -
XYZ 50.47 31.09 92.96 -
YUV 153.14 182.1 173.55 -
System Red Green Blue C M Y K H S L
Decimal 217 102 249 0.13 0.59 0 0.02 286.94 0.92 0.69
Hex D9 66 F9 D 3B 0 2 11F 5C 45
Octal 331 146 371 15 73 0 2 437 134 105
Binary 11011001 1100110 11111001 1101 111011 0 10 100011111 1011100 1000101

Color Harmonies of #D966F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966F9

Black with #D966F9

Text Example


Text Example

White with #D966F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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