Html Css Color HEX #D960EF Heliotrope

📋 copy color: '#D960EF'

red 217 ◦ green 96 ◦ blue 239

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

Shades of Heliotrope #D960EF

Tints of Heliotrope #D960EF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.39%

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

R = 39.31%
G = 17.39%
B = 43.3%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D960EF (or 0xD960EF) is known color: Heliotrope. HEX triplet: D9, 60 and EF. RGB value is (217,96,239). Sum of RGB (Red+Green+Blue) = 217+96+239=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 96 (37.89% from 255 or 17.39% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #D960EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D960EF is #269F10. Grayscale: #949494. Windows color (decimal): -2531089 or 15687897. OLE color: 15687897.

HSL color Cylindrical-coordinate representation of color #D960EF: hue angle of 290.77º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D960EF is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 96 239 -
CMYK 0.09 0.60 0 0.06
HSL 290.77º 0.82% 0.66% -
HSV(B) 290.77º 0.6% 0.94% -
XYZ 48.38 29.35 84.78 -
YUV 148.48 179.09 176.87 -
System Red Green Blue C M Y K H S L
Decimal 217 96 239 0.09 0.60 0 0.06 290.77 0.82 0.66
Hex D9 60 EF 9 3C 0 6 123 52 42
Octal 331 140 357 11 74 0 6 443 122 102
Binary 11011001 1100000 11101111 1001 111100 0 110 100100011 1010010 1000010

Color Harmonies of #D960EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D960EF

Black with #D960EF

Text Example


Text Example

White with #D960EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D960EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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