#d32ba8

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

Shades of Deep Cerise #D32BA8

Tints of Deep Cerise #D32BA8

Color information

#D32BA8 (or 0xD32BA8) is unknown color: approx Deep Cerise. HEX triplet: D3, 2B and A8. RGB value is (211,43,168). Sum of RGB (Red+Green+Blue) = 211+43+168=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 43 (17.19% from 255 or 10.19% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D32BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32BA8 is #2CD457. Grayscale: #6B6B6B. Windows color (decimal): -2937944 or 11021267. OLE color: 11021267.

HSL color Cylindrical-coordinate representation of color #D32BA8: hue angle of 315.36º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32BA8 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB21143168-
CMYK00.800.200.17
HSL315.36º66.14%49.8%-
HSV(B)315.36º79.62%82.75%-
XYZ34.818.438.76-
YUV107.48162.16201.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50%
GREEN value IS 43 (17.19% from 255) = 10.19%
BLUE value IS 168 (66.02% from 255) = 39.81%
R=50%
G=10.19%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2114316800.800.200.17315.3666.1449.8
HexD32BA8050141113b4232
Octal323532500120242147310262
Binary11010011101011101010000101000010100100011001110111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d32ba8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d32ba8; }

 p { color: rgb(211,43,168); }

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

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

 a { background-color: rgb(211,43,168); }

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

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

 span { border-color: rgb(211,43,168); }

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