#DA60D3

Color #DA60D3 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DA60D3

Tints of Free Speech Magenta #DA60D3

Color information

#DA60D3 (or 0xDA60D3) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 60 and D3. RGB value is (218,96,211). Sum of RGB (Red+Green+Blue) = 218+96+211=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 96 (37.89% from 255 or 18.29% from 525); Blue value is 211 (82.81% from 255 or 40.19% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA60D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA60D3 is #259F2C. Grayscale: #919191. Windows color (decimal): -2465581 or 13852890. OLE color: 13852890.

HSL color Cylindrical-coordinate representation of color #DA60D3: hue angle of 303.44º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA60D3 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB21896211-
CMYK00.560.030.15
HSL303.44º62.24%61.57%-
HSV(B)303.44º55.96%85.49%-
XYZ44.8527.9764.66-
YUV145.59164.92179.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.52%
GREEN value IS 96 (37.89% from 255) = 18.29%
BLUE value IS 211 (82.81% from 255) = 40.19%
R=41.52%
G=18.29%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189621100.560.030.15303.4462.2461.57
HexDA60D30383F12f3e3e
Octal3321403230703174577676
Binary110110101100000110100110111000111111100101111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA60D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA60D3; }

 p { color: rgb(218,96,211); }

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

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

 a { background-color: rgb(218,96,211); }

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

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

 span { border-color: rgb(218,96,211); }

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