#DA3CAC

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

Shades of Deep Cerise #DA3CAC

Tints of Deep Cerise #DA3CAC

Color information

#DA3CAC (or 0xDA3CAC) is unknown color: approx Deep Cerise. HEX triplet: DA, 3C and AC. RGB value is (218,60,172). Sum of RGB (Red+Green+Blue) = 218+60+172=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3CAC is #25C353. Grayscale: #777777. Windows color (decimal): -2474836 or 11287770. OLE color: 11287770.

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

Color convert

RGB21860172-
CMYK00.720.210.15
HSL317.47º68.1%54.51%-
HSV(B)317.47º72.48%85.49%-
XYZ37.9821.1241.1-
YUV120.01157.35197.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.44%
GREEN value IS 60 (23.83% from 255) = 13.33%
BLUE value IS 172 (67.58% from 255) = 38.22%
R=48.44%
G=13.33%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186017200.720.210.15317.4768.154.51
HexDA3CAC04815F13d4437
Octal332742540110251747510467
Binary1101101011110010101100010010001010111111001111011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3CAC; }

 p { color: rgb(218,60,172); }

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

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

 a { background-color: rgb(218,60,172); }

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

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

 span { border-color: rgb(218,60,172); }

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