Html Css Color HEX #DC2C89 Deep Cerise

📋 copy color: '#DC2C89'

red 220 ◦ green 44 ◦ blue 137

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

Shades of Deep Cerise #DC2C89

Tints of Deep Cerise #DC2C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.16%

R = 54.86%
G = 10.97%
B = 34.16%

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

#DC2C89 (or 0xDC2C89) is known color: Deep Cerise. HEX triplet: DC, 2C and 89. RGB value is (220,44,137). Sum of RGB (Red+Green+Blue) = 220+44+137=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2C89 is #23D376. Grayscale: #6B6B6B. Windows color (decimal): -2347895 or 8989916. OLE color: 8989916.

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

Color convert

RGB 220 44 137 -
CMYK 0 0.8 0.38 0.14
HSL 328.3º 0.72% 0.52% -
HSV(B) 328.3º 0.8% 0.86% -
XYZ 34.93 18.82 25.46 -
YUV 107.23 144.81 208.44 -
System Red Green Blue C M Y K H S L
Decimal 220 44 137 0 0.8 0.38 0.14 328.3 0.72 0.52
Hex DC 2C 89 0 50 26 E 148 48 34
Octal 334 54 211 0 120 46 16 510 110 64
Binary 11011100 101100 10001001 0 1010000 100110 1110 101001000 1001000 110100

Color Harmonies of #DC2C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2C89

Black with #DC2C89

Text Example


Text Example

White with #DC2C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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