Html Css Color HEX #D96FFF Heliotrope

📋 copy color: '#D96FFF'

red 217 ◦ green 111 ◦ blue 255

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

Shades of Heliotrope #D96FFF

Tints of Heliotrope #D96FFF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.04%

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

R = 37.22%
G = 19.04%
B = 43.74%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D96FFF (or 0xD96FFF) is known color: Heliotrope. HEX triplet: D9, 6F and FF. RGB value is (217,111,255). Sum of RGB (Red+Green+Blue) = 217+111+255=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 111 (43.75% from 255 or 19.04% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #D96FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96FFF is #269000. Grayscale: #9E9E9E. Windows color (decimal): -2527233 or 16740313. OLE color: 16740313.

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

Color convert

RGB 217 111 255 -
CMYK 0.15 0.56 0 0
HSL 284.17º 1% 0.72% -
HSV(B) 284.17º 0.56% 1% -
XYZ 52.35 33.34 98.28 -
YUV 159.11 182.12 169.29 -
System Red Green Blue C M Y K H S L
Decimal 217 111 255 0.15 0.56 0 0 284.17 1 0.72
Hex D9 6F FF F 38 0 0 11C 64 48
Octal 331 157 377 17 70 0 0 434 144 110
Binary 11011001 1101111 11111111 1111 111000 0 0 100011100 1100100 1001000

Color Harmonies of #D96FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96FFF

Black with #D96FFF

Text Example


Text Example

White with #D96FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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