Html Css Color HEX #DC2C7C Deep Cerise

📋 copy color: '#DC2C7C'

red 220 ◦ green 44 ◦ blue 124

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

Shades of Deep Cerise #DC2C7C

Tints of Deep Cerise #DC2C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.96%

R = 56.7%
G = 11.34%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC2C7C (or 0xDC2C7C) is known color: Deep Cerise. HEX triplet: DC, 2C and 7C. RGB value is (220,44,124). Sum of RGB (Red+Green+Blue) = 220+44+124=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2C7C is #23D383. Grayscale: #696969. Windows color (decimal): -2347908 or 8137948. OLE color: 8137948.

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

Color convert

RGB 220 44 124 -
CMYK 0 0.8 0.44 0.14
HSL 332.73º 0.72% 0.52% -
HSV(B) 332.73º 0.8% 0.86% -
XYZ 34.05 18.47 20.84 -
YUV 105.74 138.31 209.5 -
System Red Green Blue C M Y K H S L
Decimal 220 44 124 0 0.8 0.44 0.14 332.73 0.72 0.52
Hex DC 2C 7C 0 50 2C E 14D 48 34
Octal 334 54 174 0 120 54 16 515 110 64
Binary 11011100 101100 1111100 0 1010000 101100 1110 101001101 1001000 110100

Color Harmonies of #DC2C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2C7C

Black with #DC2C7C

Text Example


Text Example

White with #DC2C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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