#DA258A

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

Shades of Deep Cerise #DA258A

Tints of Deep Cerise #DA258A

Color information

#DA258A (or 0xDA258A) is unknown color: approx Deep Cerise. HEX triplet: DA, 25 and 8A. RGB value is (218,37,138). Sum of RGB (Red+Green+Blue) = 218+37+138=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA258A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA258A is #25DA75. Grayscale: #666666. Windows color (decimal): -2480758 or 9053658. OLE color: 9053658.

HSL color Cylindrical-coordinate representation of color #DA258A: hue angle of 326.52º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA258A is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB21837138-
CMYK00.830.370.15
HSL326.52º70.98%50%-
HSV(B)326.52º83.03%85.49%-
XYZ34.1618.0625.73-
YUV102.63147.97210.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.47%
GREEN value IS 37 (14.84% from 255) = 9.41%
BLUE value IS 138 (54.30% from 255) = 35.11%
R=55.47%
G=9.41%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183713800.830.370.15326.5270.9850
HexDA258A05325F1474732
Octal332452120123451750710762
Binary11011010100101100010100101001110010111111010001111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA258A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA258A; }

 p { color: rgb(218,37,138); }

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

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

 a { background-color: rgb(218,37,138); }

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

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

 span { border-color: rgb(218,37,138); }

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