#D33086

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

Shades of Deep Cerise #D33086

Tints of Deep Cerise #D33086

Color information

#D33086 (or 0xD33086) is unknown color: approx Deep Cerise. HEX triplet: D3, 30 and 86. RGB value is (211,48,134). Sum of RGB (Red+Green+Blue) = 211+48+134=393 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.69% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 211 - color contains mainly: red. Hex color #D33086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33086 is #2CCF79. Grayscale: #6A6A6A. Windows color (decimal): -2936698 or 8794323. OLE color: 8794323.

HSL color Cylindrical-coordinate representation of color #D33086: hue angle of 328.34º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D33086 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB21148134-
CMYK00.770.360.17
HSL328.34º64.94%50.78%-
HSV(B)328.34º77.25%82.75%-
XYZ32.2217.6824.27-
YUV106.54143.5202.51-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.69%
GREEN value IS 48 (19.14% from 255) = 12.21%
BLUE value IS 134 (52.73% from 255) = 34.10%
R=53.69%
G=12.21%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2114813400.770.360.17328.3464.9450.78
HexD3308604D24111484133
Octal323602060115442151010163
Binary110100111100001000011001001101100100100011010010001000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33086; }

 p { color: rgb(211,48,134); }

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

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

 a { background-color: rgb(211,48,134); }

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

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

 span { border-color: rgb(211,48,134); }

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