Html Css Color HEX #DC2773 Cerise

📋 copy color: '#DC2773'

red 220 ◦ green 39 ◦ blue 115

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

Shades of Cerise #DC2773

Tints of Cerise #DC2773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.75%

R = 58.82%
G = 10.43%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC2773 (or 0xDC2773) is known color: Cerise. HEX triplet: DC, 27 and 73. RGB value is (220,39,115). Sum of RGB (Red+Green+Blue) = 220+39+115=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2773 is #23D88C. Grayscale: #656565. Windows color (decimal): -2349197 or 7546844. OLE color: 7546844.

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

Color convert

RGB 220 39 115 -
CMYK 0 0.82 0.48 0.14
HSL 334.81º 0.72% 0.51% -
HSV(B) 334.81º 0.82% 0.86% -
XYZ 33.34 17.9 17.92 -
YUV 101.78 135.47 212.32 -
System Red Green Blue C M Y K H S L
Decimal 220 39 115 0 0.82 0.48 0.14 334.81 0.72 0.51
Hex DC 27 73 0 52 30 E 14F 48 33
Octal 334 47 163 0 122 60 16 517 110 63
Binary 11011100 100111 1110011 0 1010010 110000 1110 101001111 1001000 110011

Color Harmonies of #DC2773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2773

Black with #DC2773

Text Example


Text Example

White with #DC2773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2773; }

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

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

background-color css

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

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

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

border-color css

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

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

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