Html Css Color HEX #DC2C88 Deep Cerise

📋 copy color: '#DC2C88'

red 220 ◦ green 44 ◦ blue 136

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

Shades of Deep Cerise #DC2C88

Tints of Deep Cerise #DC2C88

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11%

 BLUE value IS 136 (53.52% from 255) = 34%

R = 55%
G = 11%
B = 34%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC2C88 (or 0xDC2C88) is known color: Deep Cerise. HEX triplet: DC, 2C and 88. RGB value is (220,44,136). Sum of RGB (Red+Green+Blue) = 220+44+136=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2C88 is #23D377. Grayscale: #6A6A6A. Windows color (decimal): -2347896 or 8924380. OLE color: 8924380.

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

Color convert

RGB 220 44 136 -
CMYK 0 0.8 0.38 0.14
HSL 328.64º 0.72% 0.52% -
HSV(B) 328.64º 0.8% 0.86% -
XYZ 34.86 18.79 25.08 -
YUV 107.11 144.31 208.52 -
System Red Green Blue C M Y K H S L
Decimal 220 44 136 0 0.8 0.38 0.14 328.64 0.72 0.52
Hex DC 2C 88 0 50 26 E 149 48 34
Octal 334 54 210 0 120 46 16 511 110 64
Binary 11011100 101100 10001000 0 1010000 100110 1110 101001001 1001000 110100

Color Harmonies of #DC2C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2C88

Black with #DC2C88

Text Example


Text Example

White with #DC2C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2C88; }

 p { color: rgb(220,44,136); }

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

background-color css

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

 a { background-color: rgb(220,44,136); }

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

border-color css

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

 span { border-color: rgb(220,44,136); }

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