#DA60CD

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

Shades of Free Speech Magenta #DA60CD

Tints of Free Speech Magenta #DA60CD

Color information

#DA60CD (or 0xDA60CD) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 60 and CD. RGB value is (218,96,205). Sum of RGB (Red+Green+Blue) = 218+96+205=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA60CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA60CD is #259F32. Grayscale: #909090. Windows color (decimal): -2465587 or 13459674. OLE color: 13459674.

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

Color convert

RGB21896205-
CMYK00.560.060.15
HSL306.39º62.24%61.57%-
HSV(B)306.39º55.96%85.49%-
XYZ44.1227.6860.78-
YUV144.9161.92180.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 96 (37.89% from 255) = 18.50%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=42.00%
G=18.50%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189620500.560.060.15306.3962.2461.57
HexDA60CD0386F1323e3e
Octal3321403150706174627676
Binary1101101011000001100110101110001101111100110010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA60CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA60CD; }

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

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

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

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

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

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

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

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