Html Css Color HEX #D96EF0 Heliotrope

📋 copy color: '#D96EF0'

red 217 ◦ green 110 ◦ blue 240

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

Shades of Heliotrope #D96EF0

Tints of Heliotrope #D96EF0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.4%

 BLUE value IS 240 (94.14% from 255) = 42.33%

R = 38.27%
G = 19.4%
B = 42.33%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D96EF0 (or 0xD96EF0) is known color: Heliotrope. HEX triplet: D9, 6E and F0. RGB value is (217,110,240). Sum of RGB (Red+Green+Blue) = 217+110+240=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 110 (43.36% from 255 or 19.40% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #D96EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96EF0 is #26910F. Grayscale: #9C9C9C. Windows color (decimal): -2527504 or 15757017. OLE color: 15757017.

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

Color convert

RGB 217 110 240 -
CMYK 0.10 0.54 0 0.06
HSL 289.38º 0.81% 0.69% -
HSV(B) 289.38º 0.54% 0.94% -
XYZ 49.92 32.19 86.02 -
YUV 156.81 174.95 170.93 -
System Red Green Blue C M Y K H S L
Decimal 217 110 240 0.10 0.54 0 0.06 289.38 0.81 0.69
Hex D9 6E F0 A 36 0 6 121 51 45
Octal 331 156 360 12 66 0 6 441 121 105
Binary 11011001 1101110 11110000 1010 110110 0 110 100100001 1010001 1000101

Color Harmonies of #D96EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96EF0

Black with #D96EF0

Text Example


Text Example

White with #D96EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96EF0; }

 p { color: rgb(217,110,240); }

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

background-color css

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

 a { background-color: rgb(217,110,240); }

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

border-color css

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

 span { border-color: rgb(217,110,240); }

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