Html Css Color HEX #D96AFF Heliotrope

📋 copy color: '#D96AFF'

red 217 ◦ green 106 ◦ blue 255

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

Shades of Heliotrope #D96AFF

Tints of Heliotrope #D96AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.12%

R = 37.54%
G = 18.34%
B = 44.12%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D96AFF (or 0xD96AFF) is known color: Heliotrope. HEX triplet: D9, 6A and FF. RGB value is (217,106,255). Sum of RGB (Red+Green+Blue) = 217+106+255=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 106 (41.80% from 255 or 18.34% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #D96AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96AFF is #269500. Grayscale: #9B9B9B. Windows color (decimal): -2528513 or 16739033. OLE color: 16739033.

HSL color Cylindrical-coordinate representation of color #D96AFF: hue angle of 284.7º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D96AFF is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 217 106 255 -
CMYK 0.15 0.58 0 0
HSL 284.7º 1% 0.71% -
HSV(B) 284.7º 0.58% 1% -
XYZ 51.82 32.28 98.11 -
YUV 156.18 183.77 171.38 -
System Red Green Blue C M Y K H S L
Decimal 217 106 255 0.15 0.58 0 0 284.7 1 0.71
Hex D9 6A FF F 3A 0 0 11D 64 47
Octal 331 152 377 17 72 0 0 435 144 107
Binary 11011001 1101010 11111111 1111 111010 0 0 100011101 1100100 1000111

Color Harmonies of #D96AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96AFF

Black with #D96AFF

Text Example


Text Example

White with #D96AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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