#D33C7E

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

Shades of Deep Cerise #D33C7E

Tints of Deep Cerise #D33C7E

Color information

#D33C7E (or 0xD33C7E) is unknown color: approx Deep Cerise. HEX triplet: D3, 3C and 7E. RGB value is (211,60,126). Sum of RGB (Red+Green+Blue) = 211+60+126=397 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.15% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33C7E is #2CC381. Grayscale: #707070. Windows color (decimal): -2933634 or 8273107. OLE color: 8273107.

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

Color convert

RGB21160126-
CMYK00.720.400.17
HSL333.77º63.18%53.14%-
HSV(B)333.77º71.56%82.75%-
XYZ32.2518.5921.63-
YUV112.67135.53198.13-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.15%
GREEN value IS 60 (23.83% from 255) = 15.11%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=53.15%
G=15.11%
B=31.74%

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
Decimal2116012600.720.400.17333.7763.1853.14
HexD33C7E048281114e3f35
Octal32374176011050215167765
Binary1101001111110011111100100100010100010001101001110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33C7E; }

 p { color: rgb(211,60,126); }

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

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

 a { background-color: rgb(211,60,126); }

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

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

 span { border-color: rgb(211,60,126); }

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