#D32274

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

Shades of Deep Cerise #D32274

Tints of Deep Cerise #D32274

Color information

#D32274 (or 0xD32274) is unknown color: approx Deep Cerise. HEX triplet: D3, 22 and 74. RGB value is (211,34,116). Sum of RGB (Red+Green+Blue) = 211+34+116=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D32274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32274 is #2CDD8B. Grayscale: #606060. Windows color (decimal): -2940300 or 7611091. OLE color: 7611091.

HSL color Cylindrical-coordinate representation of color #D32274: hue angle of 332.2º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D32274 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB21134116-
CMYK00.840.450.17
HSL332.2º72.24%48.04%-
HSV(B)332.2º83.89%82.75%-
XYZ30.5916.2518.05-
YUV96.27139.14209.83-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 58.45%
GREEN value IS 34 (13.67% from 255) = 9.42%
BLUE value IS 116 (45.70% from 255) = 32.13%
R=58.45%
G=9.42%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2113411600.840.450.17332.272.2448.04
HexD322740542D1114c4830
Octal323421640124552151411060
Binary11010011100010111010001010100101101100011010011001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32274; }

 p { color: rgb(211,34,116); }

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

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

 a { background-color: rgb(211,34,116); }

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

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

 span { border-color: rgb(211,34,116); }

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