Html Css Color HEX #DC5EEE Heliotrope

📋 copy color: '#DC5EEE'

red 220 ◦ green 94 ◦ blue 238

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

Shades of Heliotrope #DC5EEE

Tints of Heliotrope #DC5EEE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.03%

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

R = 39.86%
G = 17.03%
B = 43.12%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC5EEE (or 0xDC5EEE) is known color: Heliotrope. HEX triplet: DC, 5E and EE. RGB value is (220,94,238). Sum of RGB (Red+Green+Blue) = 220+94+238=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 94 (37.11% from 255 or 17.03% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC5EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5EEE is #23A111. Grayscale: #939393. Windows color (decimal): -2334994 or 15621852. OLE color: 15621852.

HSL color Cylindrical-coordinate representation of color #DC5EEE: hue angle of 292.5º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC5EEE is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 94 238 -
CMYK 0.08 0.61 0 0.07
HSL 292.5º 0.81% 0.65% -
HSV(B) 292.5º 0.61% 0.93% -
XYZ 48.95 29.39 83.98 -
YUV 148.09 178.74 179.29 -
System Red Green Blue C M Y K H S L
Decimal 220 94 238 0.08 0.61 0 0.07 292.5 0.81 0.65
Hex DC 5E EE 8 3D 0 7 124 51 41
Octal 334 136 356 10 75 0 7 444 121 101
Binary 11011100 1011110 11101110 1000 111101 0 111 100100100 1010001 1000001

Color Harmonies of #DC5EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5EEE

Black with #DC5EEE

Text Example


Text Example

White with #DC5EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5EEE; }

 p { color: rgb(220,94,238); }

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

background-color css

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

 a { background-color: rgb(220,94,238); }

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

border-color css

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

 span { border-color: rgb(220,94,238); }

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