#DA61BD

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

Shades of Free Speech Magenta #DA61BD

Tints of Free Speech Magenta #DA61BD

Color information

#DA61BD (or 0xDA61BD) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 61 and BD. RGB value is (218,97,189). Sum of RGB (Red+Green+Blue) = 218+97+189=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA61BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA61BD is #259E42. Grayscale: #8F8F8F. Windows color (decimal): -2465347 or 12411354. OLE color: 12411354.

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

Color convert

RGB21897189-
CMYK00.560.130.15
HSL314.38º62.05%61.76%-
HSV(B)314.38º55.5%85.49%-
XYZ42.3727.1351.15-
YUV143.67153.59181.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.25%
GREEN value IS 97 (38.28% from 255) = 19.25%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=43.25%
G=19.25%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189718900.560.130.15314.3862.0561.76
HexDA61BD038DF13a3e3e
Octal33214127507015174727676
Binary11011010110000110111101011100011011111100111010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA61BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA61BD; }

 p { color: rgb(218,97,189); }

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

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

 a { background-color: rgb(218,97,189); }

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

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

 span { border-color: rgb(218,97,189); }

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