#DA60BB

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

Shades of Free Speech Magenta #DA60BB

Tints of Free Speech Magenta #DA60BB

Color information

#DA60BB (or 0xDA60BB) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 60 and BB. RGB value is (218,96,187). Sum of RGB (Red+Green+Blue) = 218+96+187=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA60BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA60BB is #259F44. Grayscale: #8E8E8E. Windows color (decimal): -2465605 or 12280026. OLE color: 12280026.

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

Color convert

RGB21896187-
CMYK00.560.140.15
HSL315.25º62.24%61.57%-
HSV(B)315.25º55.96%85.49%-
XYZ42.0726.8649.98-
YUV142.85152.92181.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.51%
GREEN value IS 96 (37.89% from 255) = 19.16%
BLUE value IS 187 (73.44% from 255) = 37.33%
R=43.51%
G=19.16%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189618700.560.140.15315.2562.2461.57
HexDA60BB038EF13b3e3e
Octal33214027307016174737676
Binary11011010110000010111011011100011101111100111011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA60BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA60BB; }

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

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

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

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

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

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

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

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