#DA3A57

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

Shades of Cerise #DA3A57

Tints of Cerise #DA3A57

Color information

#DA3A57 (or 0xDA3A57) is unknown color: approx Cerise. HEX triplet: DA, 3A and 57. RGB value is (218,58,87). Sum of RGB (Red+Green+Blue) = 218+58+87=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3A57 is #25C5A8. Grayscale: #6D6D6D. Windows color (decimal): -2475433 or 5716698. OLE color: 5716698.

HSL color Cylindrical-coordinate representation of color #DA3A57: hue angle of 349.12º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3A57 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB2185887-
CMYK00.730.600.15
HSL349.12º68.38%54.12%-
HSV(B)349.12º73.39%85.49%-
XYZ32.1518.6210.92-
YUV109.15115.51205.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 60.06%
GREEN value IS 58 (23.05% from 255) = 15.98%
BLUE value IS 87 (34.38% from 255) = 23.97%
R=60.06%
G=15.98%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218588700.730.600.15349.1268.3854.12
HexDA3A570493CF15d4436
Octal332721270111741753510466
Binary1101101011101010101110100100111110011111010111011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3A57; }

 p { color: rgb(218,58,87); }

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

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

 a { background-color: rgb(218,58,87); }

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

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

 span { border-color: rgb(218,58,87); }

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