#DA377B

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

Shades of Deep Cerise #DA377B

Tints of Deep Cerise #DA377B

Color information

#DA377B (or 0xDA377B) is unknown color: approx Deep Cerise. HEX triplet: DA, 37 and 7B. RGB value is (218,55,123). Sum of RGB (Red+Green+Blue) = 218+55+123=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA377B is #25C884. Grayscale: #6F6F6F. Windows color (decimal): -2476165 or 8075226. OLE color: 8075226.

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

Color convert

RGB21855123-
CMYK00.750.440.15
HSL334.97º68.78%53.53%-
HSV(B)334.97º74.77%85.49%-
XYZ33.8519.0720.64-
YUV111.49134.5203.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.05%
GREEN value IS 55 (21.88% from 255) = 13.89%
BLUE value IS 123 (48.44% from 255) = 31.06%
R=55.05%
G=13.89%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185512300.750.440.15334.9768.7853.53
HexDA377B04B2CF14f4536
Octal332671730113541751710566
Binary1101101011011111110110100101110110011111010011111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA377B; }

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

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

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

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

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

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

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

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