#da388e

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

Shades of Deep Cerise #DA388E

Tints of Deep Cerise #DA388E

Color information

#DA388E (or 0xDA388E) is unknown color: approx Deep Cerise. HEX triplet: DA, 38 and 8E. RGB value is (218,56,142). Sum of RGB (Red+Green+Blue) = 218+56+142=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA388E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA388E is #25C771. Grayscale: #727272. Windows color (decimal): -2475890 or 9320666. OLE color: 9320666.

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

Color convert

RGB21856142-
CMYK00.740.350.15
HSL328.15º68.64%53.73%-
HSV(B)328.15º74.31%85.49%-
XYZ35.2119.6927.54-
YUV114.24143.67202.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.40%
GREEN value IS 56 (22.27% from 255) = 13.46%
BLUE value IS 142 (55.86% from 255) = 34.13%
R=52.40%
G=13.46%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185614200.740.350.15328.1568.6453.73
HexDA388E04A23F1484536
Octal332702160112431751010566
Binary11011010111000100011100100101010001111111010010001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da388e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da388e; }

 p { color: rgb(218,56,142); }

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

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

 a { background-color: rgb(218,56,142); }

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

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

 span { border-color: rgb(218,56,142); }

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