Html Css Color HEX #D96AEF Heliotrope

📋 copy color: '#D96AEF'

red 217 ◦ green 106 ◦ blue 239

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

Shades of Heliotrope #D96AEF

Tints of Heliotrope #D96AEF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.86%

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

R = 38.61%
G = 18.86%
B = 42.53%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D96AEF (or 0xD96AEF) is known color: Heliotrope. HEX triplet: D9, 6A and EF. RGB value is (217,106,239). Sum of RGB (Red+Green+Blue) = 217+106+239=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 106 (41.80% from 255 or 18.86% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #D96AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96AEF is #269510. Grayscale: #999999. Windows color (decimal): -2528529 or 15690457. OLE color: 15690457.

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

Color convert

RGB 217 106 239 -
CMYK 0.09 0.56 0 0.06
HSL 290.08º 0.81% 0.68% -
HSV(B) 290.08º 0.56% 0.94% -
XYZ 49.35 31.29 85.1 -
YUV 154.35 175.77 172.69 -
System Red Green Blue C M Y K H S L
Decimal 217 106 239 0.09 0.56 0 0.06 290.08 0.81 0.68
Hex D9 6A EF 9 38 0 6 122 51 44
Octal 331 152 357 11 70 0 6 442 121 104
Binary 11011001 1101010 11101111 1001 111000 0 110 100100010 1010001 1000100

Color Harmonies of #D96AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96AEF

Black with #D96AEF

Text Example


Text Example

White with #D96AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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