Html Css Color HEX #DC3272 Cerise

📋 copy color: '#DC3272'

red 220 ◦ green 50 ◦ blue 114

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

Shades of Cerise #DC3272

Tints of Cerise #DC3272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.69%

R = 57.29%
G = 13.02%
B = 29.69%

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

#DC3272 (or 0xDC3272) is known color: Cerise. HEX triplet: DC, 32 and 72. RGB value is (220,50,114). Sum of RGB (Red+Green+Blue) = 220+50+114=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3272 is #23CD8D. Grayscale: #6C6C6C. Windows color (decimal): -2346382 or 7484124. OLE color: 7484124.

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

Color convert

RGB 220 50 114 -
CMYK 0 0.77 0.48 0.14
HSL 337.41º 0.71% 0.53% -
HSV(B) 337.41º 0.77% 0.86% -
XYZ 33.69 18.71 17.76 -
YUV 108.13 131.32 207.8 -
System Red Green Blue C M Y K H S L
Decimal 220 50 114 0 0.77 0.48 0.14 337.41 0.71 0.53
Hex DC 32 72 0 4D 30 E 151 47 35
Octal 334 62 162 0 115 60 16 521 107 65
Binary 11011100 110010 1110010 0 1001101 110000 1110 101010001 1000111 110101

Color Harmonies of #DC3272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3272

Black with #DC3272

Text Example


Text Example

White with #DC3272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3272; }

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

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

background-color css

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

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

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

border-color css

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

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

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