Html Css Color HEX #DC2592 Deep Cerise

📋 copy color: '#DC2592'

red 220 ◦ green 37 ◦ blue 146

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

Shades of Deep Cerise #DC2592

Tints of Deep Cerise #DC2592

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.18%

 BLUE value IS 146 (57.42% from 255) = 36.23%

R = 54.59%
G = 9.18%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC2592 (or 0xDC2592) is known color: Deep Cerise. HEX triplet: DC, 25 and 92. RGB value is (220,37,146). Sum of RGB (Red+Green+Blue) = 220+37+146=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2592 is #23DA6D. Grayscale: #676767. Windows color (decimal): -2349678 or 9577948. OLE color: 9577948.

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

Color convert

RGB 220 37 146 -
CMYK 0 0.83 0.34 0.14
HSL 324.26º 0.72% 0.5% -
HSV(B) 324.26º 0.83% 0.86% -
XYZ 35.37 18.61 28.92 -
YUV 104.14 151.63 210.64 -
System Red Green Blue C M Y K H S L
Decimal 220 37 146 0 0.83 0.34 0.14 324.26 0.72 0.5
Hex DC 25 92 0 53 22 E 144 48 32
Octal 334 45 222 0 123 42 16 504 110 62
Binary 11011100 100101 10010010 0 1010011 100010 1110 101000100 1001000 110010

Color Harmonies of #DC2592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2592

Black with #DC2592

Text Example


Text Example

White with #DC2592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2592; }

 p { color: rgb(220,37,146); }

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

background-color css

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

 a { background-color: rgb(220,37,146); }

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

border-color css

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

 span { border-color: rgb(220,37,146); }

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