Html Css Color HEX #DC3E82 Deep Cerise

📋 copy color: '#DC3E82'

red 220 ◦ green 62 ◦ blue 130

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

Shades of Deep Cerise #DC3E82

Tints of Deep Cerise #DC3E82

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.05%

 BLUE value IS 130 (51.17% from 255) = 31.55%

R = 53.4%
G = 15.05%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC3E82 (or 0xDC3E82) is known color: Deep Cerise. HEX triplet: DC, 3E and 82. RGB value is (220,62,130). Sum of RGB (Red+Green+Blue) = 220+62+130=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 62 (24.61% from 255 or 15.05% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3E82 is #23C17D. Grayscale: #747474. Windows color (decimal): -2343294 or 8535772. OLE color: 8535772.

HSL color Cylindrical-coordinate representation of color #DC3E82: hue angle of 334.18º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3E82 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 62 130 -
CMYK 0 0.72 0.41 0.14
HSL 334.18º 0.69% 0.55% -
HSV(B) 334.18º 0.72% 0.86% -
XYZ 35.27 20.27 23.17 -
YUV 116.99 135.35 201.47 -
System Red Green Blue C M Y K H S L
Decimal 220 62 130 0 0.72 0.41 0.14 334.18 0.69 0.55
Hex DC 3E 82 0 48 29 E 14E 45 37
Octal 334 76 202 0 110 51 16 516 105 67
Binary 11011100 111110 10000010 0 1001000 101001 1110 101001110 1000101 110111

Color Harmonies of #DC3E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E82

Black with #DC3E82

Text Example


Text Example

White with #DC3E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E82; }

 p { color: rgb(220,62,130); }

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

background-color css

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

 a { background-color: rgb(220,62,130); }

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

border-color css

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

 span { border-color: rgb(220,62,130); }

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