#D33A93

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

Shades of Deep Cerise #D33A93

Tints of Deep Cerise #D33A93

Color information

#D33A93 (or 0xD33A93) is unknown color: approx Deep Cerise. HEX triplet: D3, 3A and 93. RGB value is (211,58,147). Sum of RGB (Red+Green+Blue) = 211+58+147=416 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.72% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 211 - color contains mainly: red. Hex color #D33A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33A93 is #2CC56C. Grayscale: #717171. Windows color (decimal): -2934125 or 9648851. OLE color: 9648851.

HSL color Cylindrical-coordinate representation of color #D33A93: hue angle of 325.1º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33A93 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB21158147-
CMYK00.730.300.17
HSL325.1º63.49%52.75%-
HSV(B)325.1º72.51%82.75%-
XYZ33.6418.9829.49-
YUV113.89146.69197.26-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.72%
GREEN value IS 58 (23.05% from 255) = 13.94%
BLUE value IS 147 (57.81% from 255) = 35.34%
R=50.72%
G=13.94%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2115814700.730.300.17325.163.4952.75
HexD33A930491E111453f35
Octal32372223011136215057765
Binary1101001111101010010011010010011111010001101000101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33A93; }

 p { color: rgb(211,58,147); }

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

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

 a { background-color: rgb(211,58,147); }

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

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

 span { border-color: rgb(211,58,147); }

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