#D33A60

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

Shades of Cerise #D33A60

Tints of Cerise #D33A60

Color information

#D33A60 (or 0xD33A60) is unknown color: approx Cerise. HEX triplet: D3, 3A and 60. RGB value is (211,58,96). Sum of RGB (Red+Green+Blue) = 211+58+96=365 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.81% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 211 - color contains mainly: red. Hex color #D33A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33A60 is #2CC59F. Grayscale: #6C6C6C. Windows color (decimal): -2934176 or 6306515. OLE color: 6306515.

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

Color convert

RGB2115896-
CMYK00.730.550.17
HSL345.1º63.49%52.75%-
HSV(B)345.1º72.51%82.75%-
XYZ30.4917.7212.88-
YUV108.08121.19201.41-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 57.81%
GREEN value IS 58 (23.05% from 255) = 15.89%
BLUE value IS 96 (37.89% from 255) = 26.30%
R=57.81%
G=15.89%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211589600.730.550.17345.163.4952.75
HexD33A6004937111593f35
Octal32372140011167215317765
Binary1101001111101011000000100100111011110001101011001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33A60; }

 p { color: rgb(211,58,96); }

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

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

 a { background-color: rgb(211,58,96); }

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

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

 span { border-color: rgb(211,58,96); }

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