Html Css Color HEX #DC2899 Deep Cerise

📋 copy color: '#DC2899'

red 220 ◦ green 40 ◦ blue 153

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

Shades of Deep Cerise #DC2899

Tints of Deep Cerise #DC2899

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.69%

 BLUE value IS 153 (60.16% from 255) = 37.05%

R = 53.27%
G = 9.69%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC2899 (or 0xDC2899) is known color: Deep Cerise. HEX triplet: DC, 28 and 99. RGB value is (220,40,153). Sum of RGB (Red+Green+Blue) = 220+40+153=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 40 (16.02% from 255 or 9.69% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2899 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2899 is #23D766. Grayscale: #6A6A6A. Windows color (decimal): -2348903 or 10037468. OLE color: 10037468.

HSL color Cylindrical-coordinate representation of color #DC2899: hue angle of 322.33º 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 #DC2899 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 40 153 -
CMYK 0 0.82 0.30 0.14
HSL 322.33º 0.72% 0.51% -
HSV(B) 322.33º 0.82% 0.86% -
XYZ 36.02 19.03 31.91 -
YUV 106.7 154.13 208.81 -
System Red Green Blue C M Y K H S L
Decimal 220 40 153 0 0.82 0.30 0.14 322.33 0.72 0.51
Hex DC 28 99 0 52 1E E 142 48 33
Octal 334 50 231 0 122 36 16 502 110 63
Binary 11011100 101000 10011001 0 1010010 11110 1110 101000010 1001000 110011

Color Harmonies of #DC2899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2899

Black with #DC2899

Text Example


Text Example

White with #DC2899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2899; }

 p { color: rgb(220,40,153); }

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

background-color css

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

 a { background-color: rgb(220,40,153); }

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

border-color css

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

 span { border-color: rgb(220,40,153); }

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