Html Css Color HEX #DC2770 Cerise

📋 copy color: '#DC2770'

red 220 ◦ green 39 ◦ blue 112

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

Shades of Cerise #DC2770

Tints of Cerise #DC2770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 59.3%
G = 10.51%
B = 30.19%

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

#DC2770 (or 0xDC2770) is known color: Cerise. HEX triplet: DC, 27 and 70. RGB value is (220,39,112). Sum of RGB (Red+Green+Blue) = 220+39+112=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2770 is #23D88F. Grayscale: #656565. Windows color (decimal): -2349200 or 7350236. OLE color: 7350236.

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

Color convert

RGB 220 39 112 -
CMYK 0 0.82 0.49 0.14
HSL 335.8º 0.72% 0.51% -
HSV(B) 335.8º 0.82% 0.86% -
XYZ 33.17 17.84 17.02 -
YUV 101.44 133.97 212.56 -
System Red Green Blue C M Y K H S L
Decimal 220 39 112 0 0.82 0.49 0.14 335.8 0.72 0.51
Hex DC 27 70 0 52 31 E 150 48 33
Octal 334 47 160 0 122 61 16 520 110 63
Binary 11011100 100111 1110000 0 1010010 110001 1110 101010000 1001000 110011

Color Harmonies of #DC2770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2770

Black with #DC2770

Text Example


Text Example

White with #DC2770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2770; }

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

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

background-color css

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

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

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

border-color css

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

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

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