#DA60D2

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

Shades of Free Speech Magenta #DA60D2

Tints of Free Speech Magenta #DA60D2

Color information

#DA60D2 (or 0xDA60D2) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 60 and D2. RGB value is (218,96,210). Sum of RGB (Red+Green+Blue) = 218+96+210=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 210 (82.42% from 255 or 40.08% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA60D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA60D2 is #259F2D. Grayscale: #919191. Windows color (decimal): -2465582 or 13787354. OLE color: 13787354.

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

Color convert

RGB21896210-
CMYK00.560.040.15
HSL303.93º62.24%61.57%-
HSV(B)303.93º55.96%85.49%-
XYZ44.7327.9264.01-
YUV145.47164.42179.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.60%
GREEN value IS 96 (37.89% from 255) = 18.32%
BLUE value IS 210 (82.42% from 255) = 40.08%
R=41.60%
G=18.32%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189621000.560.040.15303.9362.2461.57
HexDA60D20384F1303e3e
Octal3321403220704174607676
Binary1101101011000001101001001110001001111100110000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA60D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA60D2; }

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

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

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

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

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

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

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

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