#DA61BF

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

Shades of Free Speech Magenta #DA61BF

Tints of Free Speech Magenta #DA61BF

Color information

#DA61BF (or 0xDA61BF) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 61 and BF. RGB value is (218,97,191). Sum of RGB (Red+Green+Blue) = 218+97+191=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA61BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA61BF is #259E40. Grayscale: #8F8F8F. Windows color (decimal): -2465345 or 12542426. OLE color: 12542426.

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

Color convert

RGB21897191-
CMYK00.560.120.15
HSL313.39º62.05%61.76%-
HSV(B)313.39º55.5%85.49%-
XYZ42.5927.2252.3-
YUV143.9154.59180.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.08%
GREEN value IS 97 (38.28% from 255) = 19.17%
BLUE value IS 191 (75% from 255) = 37.75%
R=43.08%
G=19.17%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189719100.560.120.15313.3962.0561.76
HexDA61BF038CF1393e3e
Octal33214127707014174717676
Binary11011010110000110111111011100011001111100111001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA61BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA61BF; }

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

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

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

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

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

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

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

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