#d33a99

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

Shades of Deep Cerise #D33A99

Tints of Deep Cerise #D33A99

Color information

#D33A99 (or 0xD33A99) is unknown color: approx Deep Cerise. HEX triplet: D3, 3A and 99. RGB value is (211,58,153). Sum of RGB (Red+Green+Blue) = 211+58+153=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D33A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33A99 is #2CC566. Grayscale: #727272. Windows color (decimal): -2934119 or 10042067. OLE color: 10042067.

HSL color Cylindrical-coordinate representation of color #D33A99: hue angle of 322.75º 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 #D33A99 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB21158153-
CMYK00.730.270.17
HSL322.75º63.49%52.75%-
HSV(B)322.75º72.51%82.75%-
XYZ34.1319.1732.04-
YUV114.58149.69196.78-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50%
GREEN value IS 58 (23.05% from 255) = 13.74%
BLUE value IS 153 (60.16% from 255) = 36.26%
R=50%
G=13.74%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2115815300.730.270.17322.7563.4952.75
HexD33A990491B111433f35
Octal32372231011133215037765
Binary1101001111101010011001010010011101110001101000011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d33a99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d33a99; }

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

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

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

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

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

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

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

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