#D33055

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

Shades of Cerise #D33055

Tints of Cerise #D33055

Color information

#D33055 (or 0xD33055) is unknown color: approx Cerise. HEX triplet: D3, 30 and 55. RGB value is (211,48,85). Sum of RGB (Red+Green+Blue) = 211+48+85=344 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.34% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 211 - color contains mainly: red. Hex color #D33055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33055 is #2CCFAA. Grayscale: #646464. Windows color (decimal): -2936747 or 5583059. OLE color: 5583059.

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

Color convert

RGB2114885-
CMYK00.770.600.17
HSL346.38º64.94%50.78%-
HSV(B)346.38º77.25%82.75%-
XYZ29.5616.6210.24-
YUV100.96119206.49-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 61.34%
GREEN value IS 48 (19.14% from 255) = 13.95%
BLUE value IS 85 (33.59% from 255) = 24.71%
R=61.34%
G=13.95%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211488500.770.600.17346.3864.9450.78
HexD3305504D3C1115a4133
Octal323601250115742153210163
Binary11010011110000101010101001101111100100011010110101000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33055; }

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

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

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

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

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

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

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

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