Html Css Color HEX #DC2271 Cerise

📋 copy color: '#DC2271'

red 220 ◦ green 34 ◦ blue 113

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

Shades of Cerise #DC2271

Tints of Cerise #DC2271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.26%

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

R = 59.95%
G = 9.26%
B = 30.79%

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

#DC2271 (or 0xDC2271) is known color: Cerise. HEX triplet: DC, 22 and 71. RGB value is (220,34,113). Sum of RGB (Red+Green+Blue) = 220+34+113=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2271 is #23DD8E. Grayscale: #626262. Windows color (decimal): -2350479 or 7414492. OLE color: 7414492.

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

Color convert

RGB 220 34 113 -
CMYK 0 0.85 0.49 0.14
HSL 334.52º 0.73% 0.5% -
HSV(B) 334.52º 0.85% 0.86% -
XYZ 33.07 17.55 17.27 -
YUV 98.62 136.12 214.58 -
System Red Green Blue C M Y K H S L
Decimal 220 34 113 0 0.85 0.49 0.14 334.52 0.73 0.5
Hex DC 22 71 0 55 31 E 14F 49 32
Octal 334 42 161 0 125 61 16 517 111 62
Binary 11011100 100010 1110001 0 1010101 110001 1110 101001111 1001001 110010

Color Harmonies of #DC2271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2271

Black with #DC2271

Text Example


Text Example

White with #DC2271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2271; }

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

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

background-color css

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

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

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

border-color css

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

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

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