#DA61D0

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

Shades of Free Speech Magenta #DA61D0

Tints of Free Speech Magenta #DA61D0

Color information

#DA61D0 (or 0xDA61D0) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 61 and D0. RGB value is (218,97,208). Sum of RGB (Red+Green+Blue) = 218+97+208=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 97 (38.28% from 255 or 18.55% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DA61D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA61D0 is #259E2F. Grayscale: #919191. Windows color (decimal): -2465328 or 13656538. OLE color: 13656538.

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

Color convert

RGB21897208-
CMYK00.560.050.15
HSL304.96º62.05%61.76%-
HSV(B)304.96º55.5%85.49%-
XYZ44.5728.0162.73-
YUV145.83163.09179.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.68%
GREEN value IS 97 (38.28% from 255) = 18.55%
BLUE value IS 208 (81.64% from 255) = 39.77%
R=41.68%
G=18.55%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189720800.560.050.15304.9662.0561.76
HexDA61D00385F1313e3e
Octal3321413200705174617676
Binary1101101011000011101000001110001011111100110001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA61D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA61D0; }

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

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

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

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

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

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

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

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