Html Css Color HEX #D962EE Heliotrope

📋 copy color: '#D962EE'

red 217 ◦ green 98 ◦ blue 238

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

Shades of Heliotrope #D962EE

Tints of Heliotrope #D962EE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.72%

 BLUE value IS 238 (93.36% from 255) = 43.04%

R = 39.24%
G = 17.72%
B = 43.04%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D962EE (or 0xD962EE) is known color: Heliotrope. HEX triplet: D9, 62 and EE. RGB value is (217,98,238). Sum of RGB (Red+Green+Blue) = 217+98+238=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 98 (38.67% from 255 or 17.72% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #D962EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D962EE is #269D11. Grayscale: #959595. Windows color (decimal): -2530578 or 15622873. OLE color: 15622873.

HSL color Cylindrical-coordinate representation of color #D962EE: hue angle of 291º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D962EE is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 98 238 -
CMYK 0.09 0.59 0 0.07
HSL 291º 0.8% 0.66% -
HSV(B) 291º 0.59% 0.93% -
XYZ 48.42 29.66 84.06 -
YUV 149.54 177.92 176.12 -
System Red Green Blue C M Y K H S L
Decimal 217 98 238 0.09 0.59 0 0.07 291 0.8 0.66
Hex D9 62 EE 9 3B 0 7 123 50 42
Octal 331 142 356 11 73 0 7 443 120 102
Binary 11011001 1100010 11101110 1001 111011 0 111 100100011 1010000 1000010

Color Harmonies of #D962EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D962EE

Black with #D962EE

Text Example


Text Example

White with #D962EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D962EE; }

 p { color: rgb(217,98,238); }

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

background-color css

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

 a { background-color: rgb(217,98,238); }

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

border-color css

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

 span { border-color: rgb(217,98,238); }

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