#DA3A97

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

Shades of Deep Cerise #DA3A97

Tints of Deep Cerise #DA3A97

Color information

#DA3A97 (or 0xDA3A97) is unknown color: approx Deep Cerise. HEX triplet: DA, 3A and 97. RGB value is (218,58,151). Sum of RGB (Red+Green+Blue) = 218+58+151=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3A97 is #25C568. Grayscale: #747474. Windows color (decimal): -2475369 or 9911002. OLE color: 9911002.

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

Color convert

RGB21858151-
CMYK00.730.310.15
HSL325.12º68.38%54.12%-
HSV(B)325.12º73.39%85.49%-
XYZ36.0120.1731.27-
YUV116.44147.51200.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.05%
GREEN value IS 58 (23.05% from 255) = 13.58%
BLUE value IS 151 (59.38% from 255) = 35.36%
R=51.05%
G=13.58%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185815100.730.310.15325.1268.3854.12
HexDA3A970491FF1454436
Octal332722270111371750510466
Binary1101101011101010010111010010011111111111010001011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3A97; }

 p { color: rgb(218,58,151); }

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

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

 a { background-color: rgb(218,58,151); }

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

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

 span { border-color: rgb(218,58,151); }

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