#D33A98

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

Shades of Deep Cerise #D33A98

Tints of Deep Cerise #D33A98

Color information

#D33A98 (or 0xD33A98) is unknown color: approx Deep Cerise. HEX triplet: D3, 3A and 98. RGB value is (211,58,152). Sum of RGB (Red+Green+Blue) = 211+58+152=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D33A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33A98 is #2CC567. Grayscale: #727272. Windows color (decimal): -2934120 or 9976531. OLE color: 9976531.

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

Color convert

RGB21158152-
CMYK00.730.280.17
HSL323.14º63.49%52.75%-
HSV(B)323.14º72.51%82.75%-
XYZ34.0419.1431.61-
YUV114.46149.19196.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.12%
GREEN value IS 58 (23.05% from 255) = 13.78%
BLUE value IS 152 (59.77% from 255) = 36.10%
R=50.12%
G=13.78%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2115815200.730.280.17323.1463.4952.75
HexD33A980491C111433f35
Octal32372230011134215037765
Binary1101001111101010011000010010011110010001101000011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33A98; }

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

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

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

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

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

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

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

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