Html Css Color HEX #DC3273 Cerise

📋 copy color: '#DC3273'

red 220 ◦ green 50 ◦ blue 115

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

Shades of Cerise #DC3273

Tints of Cerise #DC3273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.87%

R = 57.14%
G = 12.99%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC3273 (or 0xDC3273) is known color: Cerise. HEX triplet: DC, 32 and 73. RGB value is (220,50,115). Sum of RGB (Red+Green+Blue) = 220+50+115=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3273 is #23CD8C. Grayscale: #6C6C6C. Windows color (decimal): -2346381 or 7549660. OLE color: 7549660.

HSL color Cylindrical-coordinate representation of color #DC3273: hue angle of 337.06º 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 #DC3273 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 50 115 -
CMYK 0 0.77 0.48 0.14
HSL 337.06º 0.71% 0.53% -
HSV(B) 337.06º 0.77% 0.86% -
XYZ 33.75 18.73 18.06 -
YUV 108.24 131.82 207.71 -
System Red Green Blue C M Y K H S L
Decimal 220 50 115 0 0.77 0.48 0.14 337.06 0.71 0.53
Hex DC 32 73 0 4D 30 E 151 47 35
Octal 334 62 163 0 115 60 16 521 107 65
Binary 11011100 110010 1110011 0 1001101 110000 1110 101010001 1000111 110101

Color Harmonies of #DC3273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3273

Black with #DC3273

Text Example


Text Example

White with #DC3273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3273; }

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

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

background-color css

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

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

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

border-color css

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

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

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