#D33B7F

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

Shades of Deep Cerise #D33B7F

Tints of Deep Cerise #D33B7F

Color information

#D33B7F (or 0xD33B7F) is unknown color: approx Deep Cerise. HEX triplet: D3, 3B and 7F. RGB value is (211,59,127). Sum of RGB (Red+Green+Blue) = 211+59+127=397 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.15% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 211 - color contains mainly: red. Hex color #D33B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33B7F is #2CC480. Grayscale: #707070. Windows color (decimal): -2933889 or 8338387. OLE color: 8338387.

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

Color convert

RGB21159127-
CMYK00.720.400.17
HSL333.16º63.33%52.94%-
HSV(B)333.16º72.04%82.75%-
XYZ32.2618.5121.95-
YUV112.2136.36198.47-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.15%
GREEN value IS 59 (23.44% from 255) = 14.86%
BLUE value IS 127 (50% from 255) = 31.99%
R=53.15%
G=14.86%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2115912700.720.400.17333.1663.3352.94
HexD33B7F048281114d3f35
Octal32373177011050215157765
Binary1101001111101111111110100100010100010001101001101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33B7F; }

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

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

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

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

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

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

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

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