Html Css Color HEX #DC2299 Deep Cerise

📋 copy color: '#DC2299'

red 220 ◦ green 34 ◦ blue 153

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

Shades of Deep Cerise #DC2299

Tints of Deep Cerise #DC2299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.35%

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

R = 54.05%
G = 8.35%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC2299 (or 0xDC2299) is known color: Deep Cerise. HEX triplet: DC, 22 and 99. RGB value is (220,34,153). Sum of RGB (Red+Green+Blue) = 220+34+153=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 34 (13.67% from 255 or 8.35% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2299 is #23DD66. Grayscale: #666666. Windows color (decimal): -2350439 or 10035932. OLE color: 10035932.

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

Color convert

RGB 220 34 153 -
CMYK 0 0.85 0.30 0.14
HSL 321.61º 0.73% 0.5% -
HSV(B) 321.61º 0.85% 0.86% -
XYZ 35.84 18.66 31.85 -
YUV 103.18 156.12 211.32 -
System Red Green Blue C M Y K H S L
Decimal 220 34 153 0 0.85 0.30 0.14 321.61 0.73 0.5
Hex DC 22 99 0 55 1E E 142 49 32
Octal 334 42 231 0 125 36 16 502 111 62
Binary 11011100 100010 10011001 0 1010101 11110 1110 101000010 1001001 110010

Color Harmonies of #DC2299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2299

Black with #DC2299

Text Example


Text Example

White with #DC2299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2299; }

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

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

background-color css

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

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

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

border-color css

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

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

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