#DA3CA3

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

Shades of Deep Cerise #DA3CA3

Tints of Deep Cerise #DA3CA3

Color information

#DA3CA3 (or 0xDA3CA3) is unknown color: approx Deep Cerise. HEX triplet: DA, 3C and A3. RGB value is (218,60,163). Sum of RGB (Red+Green+Blue) = 218+60+163=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3CA3 is #25C35C. Grayscale: #767676. Windows color (decimal): -2474845 or 10697946. OLE color: 10697946.

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

Color convert

RGB21860163-
CMYK00.720.250.15
HSL320.89º68.1%54.51%-
HSV(B)320.89º72.48%85.49%-
XYZ37.1420.7836.7-
YUV118.98152.85198.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.43%
GREEN value IS 60 (23.83% from 255) = 13.61%
BLUE value IS 163 (64.06% from 255) = 36.96%
R=49.43%
G=13.61%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186016300.720.250.15320.8968.154.51
HexDA3CA304819F1414437
Octal332742430110311750110467
Binary1101101011110010100011010010001100111111010000011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3CA3; }

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

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

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

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

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

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

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

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