#DA4BC6

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

Shades of Free Speech Magenta #DA4BC6

Tints of Free Speech Magenta #DA4BC6

Color information

#DA4BC6 (or 0xDA4BC6) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 4B and C6. RGB value is (218,75,198). Sum of RGB (Red+Green+Blue) = 218+75+198=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 75 (29.69% from 255 or 15.27% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4BC6 is #25B439. Grayscale: #838383. Windows color (decimal): -2470970 or 12995546. OLE color: 12995546.

HSL color Cylindrical-coordinate representation of color #DA4BC6: hue angle of 308.39º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4BC6 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB21875198-
CMYK00.660.090.15
HSL308.39º65.9%57.45%-
HSV(B)308.39º65.6%85.49%-
XYZ41.6224.0155.87-
YUV131.78165.38189.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.40%
GREEN value IS 75 (29.69% from 255) = 15.27%
BLUE value IS 198 (77.73% from 255) = 40.33%
R=44.40%
G=15.27%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187519800.660.090.15308.3965.957.45
HexDA4BC60429F1344239
Octal3321133060102111746410271
Binary1101101010010111100011001000010100111111001101001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4BC6; }

 p { color: rgb(218,75,198); }

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

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

 a { background-color: rgb(218,75,198); }

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

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

 span { border-color: rgb(218,75,198); }

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