Html Css Color HEX #D966EF Heliotrope

📋 copy color: '#D966EF'

red 217 ◦ green 102 ◦ blue 239

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

Shades of Heliotrope #D966EF

Tints of Heliotrope #D966EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.83%

R = 38.89%
G = 18.28%
B = 42.83%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D966EF (or 0xD966EF) is known color: Heliotrope. HEX triplet: D9, 66 and EF. RGB value is (217,102,239). Sum of RGB (Red+Green+Blue) = 217+102+239=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 102 (40.23% from 255 or 18.28% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #D966EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D966EF is #269910. Grayscale: #979797. Windows color (decimal): -2529553 or 15689433. OLE color: 15689433.

HSL color Cylindrical-coordinate representation of color #D966EF: hue angle of 290.36º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D966EF is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 102 239 -
CMYK 0.09 0.57 0 0.06
HSL 290.37º 0.81% 0.67% -
HSV(B) 290.37º 0.57% 0.94% -
XYZ 48.95 30.49 84.97 -
YUV 152 177.1 174.36 -
System Red Green Blue C M Y K H S L
Decimal 217 102 239 0.09 0.57 0 0.06 290.37 0.81 0.67
Hex D9 66 EF 9 39 0 6 122 51 43
Octal 331 146 357 11 71 0 6 442 121 103
Binary 11011001 1100110 11101111 1001 111001 0 110 100100010 1010001 1000011

Color Harmonies of #D966EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966EF

Black with #D966EF

Text Example


Text Example

White with #D966EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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