Html Css Color HEX #DC2171 Cerise

📋 copy color: '#DC2171'

red 220 ◦ green 33 ◦ blue 113

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

Shades of Cerise #DC2171

Tints of Cerise #DC2171

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.02%

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

R = 60.11%
G = 9.02%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC2171 (or 0xDC2171) is known color: Cerise. HEX triplet: DC, 21 and 71. RGB value is (220,33,113). Sum of RGB (Red+Green+Blue) = 220+33+113=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2171 is #23DE8E. Grayscale: #616161. Windows color (decimal): -2350735 or 7414236. OLE color: 7414236.

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

Color convert

RGB 220 33 113 -
CMYK 0 0.85 0.49 0.14
HSL 334.33º 0.74% 0.5% -
HSV(B) 334.33º 0.85% 0.86% -
XYZ 33.04 17.5 17.26 -
YUV 98.03 136.45 215 -
System Red Green Blue C M Y K H S L
Decimal 220 33 113 0 0.85 0.49 0.14 334.33 0.74 0.5
Hex DC 21 71 0 55 31 E 14E 4A 32
Octal 334 41 161 0 125 61 16 516 112 62
Binary 11011100 100001 1110001 0 1010101 110001 1110 101001110 1001010 110010

Color Harmonies of #DC2171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2171

Black with #DC2171

Text Example


Text Example

White with #DC2171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2171; }

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

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

background-color css

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

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

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

border-color css

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

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

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