Html Css Color HEX #DC2798 Deep Cerise

📋 copy color: '#DC2798'

red 220 ◦ green 39 ◦ blue 152

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

Shades of Deep Cerise #DC2798

Tints of Deep Cerise #DC2798

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.49%

 BLUE value IS 152 (59.77% from 255) = 36.98%

R = 53.53%
G = 9.49%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC2798 (or 0xDC2798) is known color: Deep Cerise. HEX triplet: DC, 27 and 98. RGB value is (220,39,152). Sum of RGB (Red+Green+Blue) = 220+39+152=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2798 is #23D867. Grayscale: #696969. Windows color (decimal): -2349160 or 9971676. OLE color: 9971676.

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

Color convert

RGB 220 39 152 -
CMYK 0 0.82 0.31 0.14
HSL 322.54º 0.72% 0.51% -
HSV(B) 322.54º 0.82% 0.86% -
XYZ 35.91 18.93 31.47 -
YUV 106 153.97 209.31 -
System Red Green Blue C M Y K H S L
Decimal 220 39 152 0 0.82 0.31 0.14 322.54 0.72 0.51
Hex DC 27 98 0 52 1F E 143 48 33
Octal 334 47 230 0 122 37 16 503 110 63
Binary 11011100 100111 10011000 0 1010010 11111 1110 101000011 1001000 110011

Color Harmonies of #DC2798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2798

Black with #DC2798

Text Example


Text Example

White with #DC2798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2798; }

 p { color: rgb(220,39,152); }

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

background-color css

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

 a { background-color: rgb(220,39,152); }

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

border-color css

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

 span { border-color: rgb(220,39,152); }

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