#DC3274

Color #DC3274 Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #DC3274

Tints of Cerise #DC3274

Color information

#DC3274 (or 0xDC3274) is unknown color: approx Cerise. HEX triplet: DC, 32 and 74. RGB value is (220,50,116). Sum of RGB (Red+Green+Blue) = 220+50+116=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3274 is #23CD8B. Grayscale: #6C6C6C. Windows color (decimal): -2346380 or 7615196. OLE color: 7615196.

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

Color convert

RGB22050116-
CMYK00.770.470.14
HSL336.71º70.83%52.94%-
HSV(B)336.71º77.27%86.27%-
XYZ33.8118.7618.36-
YUV108.35132.32207.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 56.99%
GREEN value IS 50 (19.92% from 255) = 12.95%
BLUE value IS 116 (45.70% from 255) = 30.05%
R=56.99%
G=12.95%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205011600.770.470.14336.7170.8352.94
HexDC327404D2FE1514735
Octal334621640115571652110765
Binary1101110011001011101000100110110111111101010100011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3274; }

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

 H1.HeaderClassName
 {
   color: #DC3274;
 }
 .AnyTagClassName
 {
   color: #DC3274;
 }
</style>
background-color css

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

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

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

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

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

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