#DA2B63

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

Shades of Cerise #DA2B63

Tints of Cerise #DA2B63

Color information

#DA2B63 (or 0xDA2B63) is unknown color: approx Cerise. HEX triplet: DA, 2B and 63. RGB value is (218,43,99). Sum of RGB (Red+Green+Blue) = 218+43+99=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2B63 is #25D49C. Grayscale: #656565. Windows color (decimal): -2479261 or 6499290. OLE color: 6499290.

HSL color Cylindrical-coordinate representation of color #DA2B63: hue angle of 340.8º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2B63 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB2184399-
CMYK00.800.550.15
HSL340.8º70.28%51.18%-
HSV(B)340.8º80.28%85.49%-
XYZ32.0317.5313.5-
YUV101.71126.48210.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 60.56%
GREEN value IS 43 (17.19% from 255) = 11.94%
BLUE value IS 99 (39.06% from 255) = 27.5%
R=60.56%
G=11.94%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218439900.800.550.15340.870.2851.18
HexDA2B6305037F1554633
Octal332531430120671752510663
Binary1101101010101111000110101000011011111111010101011000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2B63; }

 p { color: rgb(218,43,99); }

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

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

 a { background-color: rgb(218,43,99); }

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

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

 span { border-color: rgb(218,43,99); }

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