#DA3170

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

Shades of Cerise #DA3170

Tints of Cerise #DA3170

Color information

#DA3170 (or 0xDA3170) is unknown color: approx Cerise. HEX triplet: DA, 31 and 70. RGB value is (218,49,112). Sum of RGB (Red+Green+Blue) = 218+49+112=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3170 is #25CE8F. Grayscale: #6A6A6A. Windows color (decimal): -2477712 or 7352794. OLE color: 7352794.

HSL color Cylindrical-coordinate representation of color #DA3170: hue angle of 337.63º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3170 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB21849112-
CMYK00.780.490.15
HSL337.63º69.55%52.35%-
HSV(B)337.63º77.52%85.49%-
XYZ32.9418.2717.12-
YUV106.71130.99207.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 57.52%
GREEN value IS 49 (19.53% from 255) = 12.93%
BLUE value IS 112 (44.14% from 255) = 29.55%
R=57.52%
G=12.93%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184911200.780.490.15337.6369.5552.35
HexDA317004E31F1524634
Octal332611600116611752210664
Binary1101101011000111100000100111011000111111010100101000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3170; }

 p { color: rgb(218,49,112); }

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

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

 a { background-color: rgb(218,49,112); }

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

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

 span { border-color: rgb(218,49,112); }

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