#d33a84

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

Shades of Deep Cerise #D33A84

Tints of Deep Cerise #D33A84

Color information

#D33A84 (or 0xD33A84) is unknown color: approx Deep Cerise. HEX triplet: D3, 3A and 84. RGB value is (211,58,132). Sum of RGB (Red+Green+Blue) = 211+58+132=401 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.62% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 211 - color contains mainly: red. Hex color #D33A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33A84 is #2CC57B. Grayscale: #707070. Windows color (decimal): -2934140 or 8665811. OLE color: 8665811.

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

Color convert

RGB21158132-
CMYK00.730.370.17
HSL330.98º63.49%52.75%-
HSV(B)330.98º72.51%82.75%-
XYZ32.5418.5423.69-
YUV112.18139.19198.48-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 52.62%
GREEN value IS 58 (23.05% from 255) = 14.46%
BLUE value IS 132 (51.95% from 255) = 32.92%
R=52.62%
G=14.46%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2115813200.730.370.17330.9863.4952.75
HexD33A84049251114b3f35
Octal32372204011145215137765
Binary11010011111010100001000100100110010110001101001011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d33a84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d33a84; }

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

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

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

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

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

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

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

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