Html Css Color HEX #DD62EF Heliotrope

📋 copy color: '#DD62EF'

red 221 ◦ green 98 ◦ blue 239

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

Shades of Heliotrope #DD62EF

Tints of Heliotrope #DD62EF

RGB

 RED value IS 221 (86.72% from 255) = 39.61%

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

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

R = 39.61%
G = 17.56%
B = 42.83%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD62EF (or 0xDD62EF) is known color: Heliotrope. HEX triplet: DD, 62 and EF. RGB value is (221,98,239). Sum of RGB (Red+Green+Blue) = 221+98+239=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 98 (38.67% from 255 or 17.56% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD62EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD62EF is #229D10. Grayscale: #969696. Windows color (decimal): -2268433 or 15688413. OLE color: 15688413.

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

Color convert

RGB 221 98 239 -
CMYK 0.08 0.59 0 0.06
HSL 292.34º 0.82% 0.66% -
HSV(B) 292.34º 0.59% 0.94% -
XYZ 49.77 30.34 84.89 -
YUV 150.85 177.75 178.04 -
System Red Green Blue C M Y K H S L
Decimal 221 98 239 0.08 0.59 0 0.06 292.34 0.82 0.66
Hex DD 62 EF 8 3B 0 6 124 52 42
Octal 335 142 357 10 73 0 6 444 122 102
Binary 11011101 1100010 11101111 1000 111011 0 110 100100100 1010010 1000010

Color Harmonies of #DD62EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD62EF

Black with #DD62EF

Text Example


Text Example

White with #DD62EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD62EF; }

 p { color: rgb(221,98,239); }

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

background-color css

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

 a { background-color: rgb(221,98,239); }

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

border-color css

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

 span { border-color: rgb(221,98,239); }

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