Html Css Color HEX #DC2371 Cerise

📋 copy color: '#DC2371'

red 220 ◦ green 35 ◦ blue 113

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

Shades of Cerise #DC2371

Tints of Cerise #DC2371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.51%

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

R = 59.78%
G = 9.51%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC2371 (or 0xDC2371) is known color: Cerise. HEX triplet: DC, 23 and 71. RGB value is (220,35,113). Sum of RGB (Red+Green+Blue) = 220+35+113=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 35 (14.06% from 255 or 9.51% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2371 is #23DC8E. Grayscale: #636363. Windows color (decimal): -2350223 or 7414748. OLE color: 7414748.

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

Color convert

RGB 220 35 113 -
CMYK 0 0.84 0.49 0.14
HSL 334.7º 0.73% 0.5% -
HSV(B) 334.7º 0.84% 0.86% -
XYZ 33.1 17.61 17.28 -
YUV 99.21 135.79 214.16 -
System Red Green Blue C M Y K H S L
Decimal 220 35 113 0 0.84 0.49 0.14 334.7 0.73 0.5
Hex DC 23 71 0 54 31 E 14F 49 32
Octal 334 43 161 0 124 61 16 517 111 62
Binary 11011100 100011 1110001 0 1010100 110001 1110 101001111 1001001 110010

Color Harmonies of #DC2371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2371

Black with #DC2371

Text Example


Text Example

White with #DC2371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2371; }

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

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

background-color css

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

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

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

border-color css

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

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

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