#da3a6c

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

Shades of Cerise #DA3A6C

Tints of Cerise #DA3A6C

Color information

#DA3A6C (or 0xDA3A6C) is unknown color: approx Cerise. HEX triplet: DA, 3A and 6C. RGB value is (218,58,108). Sum of RGB (Red+Green+Blue) = 218+58+108=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3A6C is #25C593. Grayscale: #6F6F6F. Windows color (decimal): -2475412 or 7092954. OLE color: 7092954.

HSL color Cylindrical-coordinate representation of color #DA3A6C: hue angle of 341.25º 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 #DA3A6C is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB21858108-
CMYK00.730.500.15
HSL341.25º68.38%54.12%-
HSV(B)341.25º73.39%85.49%-
XYZ33.1319.0116.11-
YUV111.54126.01203.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.77%
GREEN value IS 58 (23.05% from 255) = 15.10%
BLUE value IS 108 (42.58% from 255) = 28.12%
R=56.77%
G=15.10%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185810800.730.500.15341.2568.3854.12
HexDA3A6C04932F1554436
Octal332721540111621752510466
Binary1101101011101011011000100100111001011111010101011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da3a6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da3a6c; }

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

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

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

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

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

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

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

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