Html Css Color HEX #DC2C77 Deep Cerise

📋 copy color: '#DC2C77'

red 220 ◦ green 44 ◦ blue 119

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

Shades of Deep Cerise #DC2C77

Tints of Deep Cerise #DC2C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.07%

R = 57.44%
G = 11.49%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC2C77 (or 0xDC2C77) is known color: Deep Cerise. HEX triplet: DC, 2C and 77. RGB value is (220,44,119). Sum of RGB (Red+Green+Blue) = 220+44+119=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2C77 is #23D388. Grayscale: #696969. Windows color (decimal): -2347913 or 7810268. OLE color: 7810268.

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

Color convert

RGB 220 44 119 -
CMYK 0 0.8 0.46 0.14
HSL 334.43º 0.72% 0.52% -
HSV(B) 334.43º 0.8% 0.86% -
XYZ 33.75 18.35 19.22 -
YUV 105.17 135.81 209.9 -
System Red Green Blue C M Y K H S L
Decimal 220 44 119 0 0.8 0.46 0.14 334.43 0.72 0.52
Hex DC 2C 77 0 50 2E E 14E 48 34
Octal 334 54 167 0 120 56 16 516 110 64
Binary 11011100 101100 1110111 0 1010000 101110 1110 101001110 1001000 110100

Color Harmonies of #DC2C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2C77

Black with #DC2C77

Text Example


Text Example

White with #DC2C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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