Html Css Color HEX #DC2771 Cerise

📋 copy color: '#DC2771'

red 220 ◦ green 39 ◦ blue 113

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

Shades of Cerise #DC2771

Tints of Cerise #DC2771

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.48%

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

R = 59.14%
G = 10.48%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC2771 (or 0xDC2771) is known color: Cerise. HEX triplet: DC, 27 and 71. RGB value is (220,39,113). Sum of RGB (Red+Green+Blue) = 220+39+113=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2771 is #23D88E. Grayscale: #656565. Windows color (decimal): -2349199 or 7415772. OLE color: 7415772.

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

Color convert

RGB 220 39 113 -
CMYK 0 0.82 0.49 0.14
HSL 335.47º 0.72% 0.51% -
HSV(B) 335.47º 0.82% 0.86% -
XYZ 33.22 17.86 17.32 -
YUV 101.56 134.47 212.48 -
System Red Green Blue C M Y K H S L
Decimal 220 39 113 0 0.82 0.49 0.14 335.47 0.72 0.51
Hex DC 27 71 0 52 31 E 14F 48 33
Octal 334 47 161 0 122 61 16 517 110 63
Binary 11011100 100111 1110001 0 1010010 110001 1110 101001111 1001000 110011

Color Harmonies of #DC2771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2771

Black with #DC2771

Text Example


Text Example

White with #DC2771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2771; }

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

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

background-color css

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

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

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

border-color css

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

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

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