Html Css Color HEX #DC2C71 Cerise

📋 copy color: '#DC2C71'

red 220 ◦ green 44 ◦ blue 113

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

Shades of Cerise #DC2C71

Tints of Cerise #DC2C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.97%

R = 58.36%
G = 11.67%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC2C71 (or 0xDC2C71) is known color: Cerise. HEX triplet: DC, 2C and 71. RGB value is (220,44,113). Sum of RGB (Red+Green+Blue) = 220+44+113=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2C71 is #23D38E. Grayscale: #686868. Windows color (decimal): -2347919 or 7417052. OLE color: 7417052.

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

Color convert

RGB 220 44 113 -
CMYK 0 0.8 0.49 0.14
HSL 336.48º 0.72% 0.52% -
HSV(B) 336.48º 0.8% 0.86% -
XYZ 33.4 18.21 17.38 -
YUV 104.49 132.81 210.39 -
System Red Green Blue C M Y K H S L
Decimal 220 44 113 0 0.8 0.49 0.14 336.48 0.72 0.52
Hex DC 2C 71 0 50 31 E 150 48 34
Octal 334 54 161 0 120 61 16 520 110 64
Binary 11011100 101100 1110001 0 1010000 110001 1110 101010000 1001000 110100

Color Harmonies of #DC2C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2C71

Black with #DC2C71

Text Example


Text Example

White with #DC2C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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