#da365c

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

Shades of Cerise #DA365C

Tints of Cerise #DA365C

Color information

#DA365C (or 0xDA365C) is unknown color: approx Cerise. HEX triplet: DA, 36 and 5C. RGB value is (218,54,92). Sum of RGB (Red+Green+Blue) = 218+54+92=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA365C is #25C9A3. Grayscale: #6B6B6B. Windows color (decimal): -2476452 or 6043354. OLE color: 6043354.

HSL color Cylindrical-coordinate representation of color #DA365C: hue angle of 346.1º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA365C is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB2185492-
CMYK00.750.580.15
HSL346.1º68.91%53.33%-
HSV(B)346.1º75.23%85.49%-
XYZ32.1618.3211.97-
YUV107.37119.33206.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 59.89%
GREEN value IS 54 (21.48% from 255) = 14.84%
BLUE value IS 92 (36.33% from 255) = 25.27%
R=59.89%
G=14.84%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218549200.750.580.15346.168.9153.33
HexDA365C04B3AF15a4535
Octal332661340113721753210565
Binary1101101011011010111000100101111101011111010110101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da365c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da365c; }

 p { color: rgb(218,54,92); }

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

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

 a { background-color: rgb(218,54,92); }

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

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

 span { border-color: rgb(218,54,92); }

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