#D33B7D

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

Shades of Deep Cerise #D33B7D

Tints of Deep Cerise #D33B7D

Color information

#D33B7D (or 0xD33B7D) is unknown color: approx Deep Cerise. HEX triplet: D3, 3B and 7D. RGB value is (211,59,125). Sum of RGB (Red+Green+Blue) = 211+59+125=395 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.42% from 395); Green value is 59 (23.44% from 255 or 14.94% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 211 - color contains mainly: red. Hex color #D33B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33B7D is #2CC482. Grayscale: #6F6F6F. Windows color (decimal): -2933891 or 8207315. OLE color: 8207315.

HSL color Cylindrical-coordinate representation of color #D33B7D: hue angle of 333.95º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D33B7D is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB21159125-
CMYK00.720.410.17
HSL333.95º63.33%52.94%-
HSV(B)333.95º72.04%82.75%-
XYZ32.1318.4621.27-
YUV111.97135.36198.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.42%
GREEN value IS 59 (23.44% from 255) = 14.94%
BLUE value IS 125 (49.22% from 255) = 31.65%
R=53.42%
G=14.94%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2115912500.720.410.17333.9563.3352.94
HexD33B7D048291114e3f35
Octal32373175011051215167765
Binary1101001111101111111010100100010100110001101001110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33B7D; }

 p { color: rgb(211,59,125); }

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

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

 a { background-color: rgb(211,59,125); }

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

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

 span { border-color: rgb(211,59,125); }

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