Html Css Color HEX #DC3771 Cerise

📋 copy color: '#DC3771'

red 220 ◦ green 55 ◦ blue 113

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

Shades of Cerise #DC3771

Tints of Cerise #DC3771

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.18%

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

R = 56.7%
G = 14.18%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC3771 (or 0xDC3771) is known color: Cerise. HEX triplet: DC, 37 and 71. RGB value is (220,55,113). Sum of RGB (Red+Green+Blue) = 220+55+113=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3771 is #23C88E. Grayscale: #6E6E6E. Windows color (decimal): -2345103 or 7419868. OLE color: 7419868.

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

Color convert

RGB 220 55 113 -
CMYK 0 0.75 0.49 0.14
HSL 338.91º 0.7% 0.54% -
HSV(B) 338.91º 0.75% 0.86% -
XYZ 33.86 19.14 17.53 -
YUV 110.95 129.16 205.78 -
System Red Green Blue C M Y K H S L
Decimal 220 55 113 0 0.75 0.49 0.14 338.91 0.7 0.54
Hex DC 37 71 0 4B 31 E 153 46 36
Octal 334 67 161 0 113 61 16 523 106 66
Binary 11011100 110111 1110001 0 1001011 110001 1110 101010011 1000110 110110

Color Harmonies of #DC3771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3771

Black with #DC3771

Text Example


Text Example

White with #DC3771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3771; }

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

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

background-color css

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

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

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

border-color css

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

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

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