Html Css Color HEX #D96CF4 Heliotrope

📋 copy color: '#D96CF4'

red 217 ◦ green 108 ◦ blue 244

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

Shades of Heliotrope #D96CF4

Tints of Heliotrope #D96CF4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.98%

 BLUE value IS 244 (95.7% from 255) = 42.88%

R = 38.14%
G = 18.98%
B = 42.88%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D96CF4 (or 0xD96CF4) is known color: Heliotrope. HEX triplet: D9, 6C and F4. RGB value is (217,108,244). Sum of RGB (Red+Green+Blue) = 217+108+244=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 108 (42.58% from 255 or 18.98% from 569); Blue value is 244 (95.70% from 255 or 42.88% from 569); Max value from RGB is 244 - color contains mainly: blue. Hex color #D96CF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96CF4 is #26930B. Grayscale: #9B9B9B. Windows color (decimal): -2528012 or 16018649. OLE color: 16018649.

HSL color Cylindrical-coordinate representation of color #D96CF4: hue angle of 288.09º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D96CF4 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 217 108 244 -
CMYK 0.11 0.56 0 0.04
HSL 288.09º 0.86% 0.69% -
HSV(B) 288.09º 0.56% 0.96% -
XYZ 50.31 32.01 89.11 -
YUV 156.1 177.61 171.44 -
System Red Green Blue C M Y K H S L
Decimal 217 108 244 0.11 0.56 0 0.04 288.09 0.86 0.69
Hex D9 6C F4 B 38 0 4 120 56 45
Octal 331 154 364 13 70 0 4 440 126 105
Binary 11011001 1101100 11110100 1011 111000 0 100 100100000 1010110 1000101

Color Harmonies of #D96CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96CF4

Black with #D96CF4

Text Example


Text Example

White with #D96CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96CF4; }

 p { color: rgb(217,108,244); }

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

background-color css

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

 a { background-color: rgb(217,108,244); }

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

border-color css

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

 span { border-color: rgb(217,108,244); }

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