Html Css Color HEX #DC37A0 Deep Cerise

📋 copy color: '#DC37A0'

red 220 ◦ green 55 ◦ blue 160

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

Shades of Deep Cerise #DC37A0

Tints of Deep Cerise #DC37A0

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.64%

 BLUE value IS 160 (62.89% from 255) = 36.78%

R = 50.57%
G = 12.64%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC37A0 (or 0xDC37A0) is known color: Deep Cerise. HEX triplet: DC, 37 and A0. RGB value is (220,55,160). Sum of RGB (Red+Green+Blue) = 220+55+160=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC37A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC37A0 is #23C85F. Grayscale: #747474. Windows color (decimal): -2345056 or 10500060. OLE color: 10500060.

HSL color Cylindrical-coordinate representation of color #DC37A0: hue angle of 321.82º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC37A0 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 55 160 -
CMYK 0 0.75 0.27 0.14
HSL 321.82º 0.7% 0.54% -
HSV(B) 321.82º 0.75% 0.86% -
XYZ 37.23 20.49 35.25 -
YUV 116.31 152.66 201.96 -
System Red Green Blue C M Y K H S L
Decimal 220 55 160 0 0.75 0.27 0.14 321.82 0.7 0.54
Hex DC 37 A0 0 4B 1B E 142 46 36
Octal 334 67 240 0 113 33 16 502 106 66
Binary 11011100 110111 10100000 0 1001011 11011 1110 101000010 1000110 110110

Color Harmonies of #DC37A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC37A0

Black with #DC37A0

Text Example


Text Example

White with #DC37A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC37A0; }

 p { color: rgb(220,55,160); }

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

background-color css

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

 a { background-color: rgb(220,55,160); }

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

border-color css

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

 span { border-color: rgb(220,55,160); }

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