#D33991

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

Shades of Deep Cerise #D33991

Tints of Deep Cerise #D33991

Color information

#D33991 (or 0xD33991) is unknown color: approx Deep Cerise. HEX triplet: D3, 39 and 91. RGB value is (211,57,145). Sum of RGB (Red+Green+Blue) = 211+57+145=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D33991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33991 is #2CC66E. Grayscale: #707070. Windows color (decimal): -2934383 or 9517523. OLE color: 9517523.

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

Color convert

RGB21157145-
CMYK00.730.310.17
HSL325.71º63.64%52.55%-
HSV(B)325.71º72.99%82.75%-
XYZ33.4418.8228.66-
YUV113.08146.02197.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.09%
GREEN value IS 57 (22.66% from 255) = 13.80%
BLUE value IS 145 (57.03% from 255) = 35.11%
R=51.09%
G=13.80%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2115714500.730.310.17325.7163.6452.55
HexD339910491F111464035
Octal323712210111372150610065
Binary11010011111001100100010100100111111100011010001101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33991; }

 p { color: rgb(211,57,145); }

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

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

 a { background-color: rgb(211,57,145); }

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

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

 span { border-color: rgb(211,57,145); }

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