Html Css Color HEX #DC62EF Heliotrope

📋 copy color: '#DC62EF'

red 220 ◦ green 98 ◦ blue 239

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

Shades of Heliotrope #DC62EF

Tints of Heliotrope #DC62EF

RGB

 RED value IS 220 (86.33% from 255) = 39.5%

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

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

R = 39.5%
G = 17.59%
B = 42.91%

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

#DC62EF (or 0xDC62EF) is known color: Heliotrope. HEX triplet: DC, 62 and EF. RGB value is (220,98,239). Sum of RGB (Red+Green+Blue) = 220+98+239=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 98 (38.67% from 255 or 17.59% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC62EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC62EF is #239D10. Grayscale: #969696. Windows color (decimal): -2333969 or 15688412. OLE color: 15688412.

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

Color convert

RGB 220 98 239 -
CMYK 0.08 0.59 0 0.06
HSL 291.91º 0.82% 0.66% -
HSV(B) 291.91º 0.59% 0.94% -
XYZ 49.46 30.18 84.88 -
YUV 150.55 177.92 177.54 -
System Red Green Blue C M Y K H S L
Decimal 220 98 239 0.08 0.59 0 0.06 291.91 0.82 0.66
Hex DC 62 EF 8 3B 0 6 124 52 42
Octal 334 142 357 10 73 0 6 444 122 102
Binary 11011100 1100010 11101111 1000 111011 0 110 100100100 1010010 1000010

Color Harmonies of #DC62EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC62EF

Black with #DC62EF

Text Example


Text Example

White with #DC62EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC62EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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