#DA397B

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

Shades of Deep Cerise #DA397B

Tints of Deep Cerise #DA397B

Color information

#DA397B (or 0xDA397B) is unknown color: approx Deep Cerise. HEX triplet: DA, 39 and 7B. RGB value is (218,57,123). Sum of RGB (Red+Green+Blue) = 218+57+123=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA397B is #25C684. Grayscale: #707070. Windows color (decimal): -2475653 or 8075738. OLE color: 8075738.

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

Color convert

RGB21857123-
CMYK00.740.440.15
HSL335.4º68.51%53.92%-
HSV(B)335.4º73.85%85.49%-
XYZ33.9519.2620.67-
YUV112.66133.84203.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.77%
GREEN value IS 57 (22.66% from 255) = 14.32%
BLUE value IS 123 (48.44% from 255) = 30.90%
R=54.77%
G=14.32%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185712300.740.440.15335.468.5153.92
HexDA397B04A2CF14f4536
Octal332711730112541751710566
Binary1101101011100111110110100101010110011111010011111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA397B; }

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

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

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

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

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

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

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

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