#DA357B

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

Shades of Deep Cerise #DA357B

Tints of Deep Cerise #DA357B

Color information

#DA357B (or 0xDA357B) is unknown color: approx Deep Cerise. HEX triplet: DA, 35 and 7B. RGB value is (218,53,123). Sum of RGB (Red+Green+Blue) = 218+53+123=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA357B is #25CA84. Grayscale: #6E6E6E. Windows color (decimal): -2476677 or 8074714. OLE color: 8074714.

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

Color convert

RGB21853123-
CMYK00.760.440.15
HSL334.55º69.04%53.14%-
HSV(B)334.55º75.69%85.49%-
XYZ33.7618.8820.6-
YUV110.32135.16204.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.33%
GREEN value IS 53 (21.09% from 255) = 13.45%
BLUE value IS 123 (48.44% from 255) = 31.22%
R=55.33%
G=13.45%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185312300.760.440.15334.5569.0453.14
HexDA357B04C2CF14f4535
Octal332651730114541751710565
Binary1101101011010111110110100110010110011111010011111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA357B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA357B; }

 p { color: rgb(218,53,123); }

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

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

 a { background-color: rgb(218,53,123); }

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

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

 span { border-color: rgb(218,53,123); }

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