Html Css Color HEX #D962ED Heliotrope

📋 copy color: '#D962ED'

red 217 ◦ green 98 ◦ blue 237

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

Shades of Heliotrope #D962ED

Tints of Heliotrope #D962ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.93%

R = 39.31%
G = 17.75%
B = 42.93%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D962ED (or 0xD962ED) is known color: Heliotrope. HEX triplet: D9, 62 and ED. RGB value is (217,98,237). Sum of RGB (Red+Green+Blue) = 217+98+237=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 98 (38.67% from 255 or 17.75% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #D962ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D962ED is #269D12. Grayscale: #949494. Windows color (decimal): -2530579 or 15557337. OLE color: 15557337.

HSL color Cylindrical-coordinate representation of color #D962ED: hue angle of 291.37º degrees, saturation: 0.79, 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 #D962ED is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 98 237 -
CMYK 0.08 0.59 0 0.07
HSL 291.37º 0.79% 0.66% -
HSV(B) 291.37º 0.59% 0.93% -
XYZ 48.27 29.6 83.29 -
YUV 149.43 177.42 176.2 -
System Red Green Blue C M Y K H S L
Decimal 217 98 237 0.08 0.59 0 0.07 291.37 0.79 0.66
Hex D9 62 ED 8 3B 0 7 123 4F 42
Octal 331 142 355 10 73 0 7 443 117 102
Binary 11011001 1100010 11101101 1000 111011 0 111 100100011 1001111 1000010

Color Harmonies of #D962ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D962ED

Black with #D962ED

Text Example


Text Example

White with #D962ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D962ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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