#DA369A

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

Shades of Deep Cerise #DA369A

Tints of Deep Cerise #DA369A

Color information

#DA369A (or 0xDA369A) is unknown color: approx Deep Cerise. HEX triplet: DA, 36 and 9A. RGB value is (218,54,154). Sum of RGB (Red+Green+Blue) = 218+54+154=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA369A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA369A is #25C965. Grayscale: #727272. Windows color (decimal): -2476390 or 10106586. OLE color: 10106586.

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

Color convert

RGB21854154-
CMYK00.750.290.15
HSL323.41º68.91%53.33%-
HSV(B)323.41º75.23%85.49%-
XYZ36.0719.8832.51-
YUV114.44150.33201.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.17%
GREEN value IS 54 (21.48% from 255) = 12.68%
BLUE value IS 154 (60.55% from 255) = 36.15%
R=51.17%
G=12.68%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185415400.750.290.15323.4168.9153.33
HexDA369A04B1DF1434535
Octal332662320113351750310565
Binary1101101011011010011010010010111110111111010000111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA369A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA369A; }

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

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

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

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

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

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

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

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