Html Css Color HEX #DC3271 Cerise

📋 copy color: '#DC3271'

red 220 ◦ green 50 ◦ blue 113

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

Shades of Cerise #DC3271

Tints of Cerise #DC3271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.05%

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

R = 57.44%
G = 13.05%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC3271 (or 0xDC3271) is known color: Cerise. HEX triplet: DC, 32 and 71. RGB value is (220,50,113). Sum of RGB (Red+Green+Blue) = 220+50+113=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3271 is #23CD8E. Grayscale: #6B6B6B. Windows color (decimal): -2346383 or 7418588. OLE color: 7418588.

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

Color convert

RGB 220 50 113 -
CMYK 0 0.77 0.49 0.14
HSL 337.76º 0.71% 0.53% -
HSV(B) 337.76º 0.77% 0.86% -
XYZ 33.64 18.69 17.46 -
YUV 108.01 130.82 207.88 -
System Red Green Blue C M Y K H S L
Decimal 220 50 113 0 0.77 0.49 0.14 337.76 0.71 0.53
Hex DC 32 71 0 4D 31 E 152 47 35
Octal 334 62 161 0 115 61 16 522 107 65
Binary 11011100 110010 1110001 0 1001101 110001 1110 101010010 1000111 110101

Color Harmonies of #DC3271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3271

Black with #DC3271

Text Example


Text Example

White with #DC3271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3271; }

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

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

background-color css

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

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

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

border-color css

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

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

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