#DA5DC1

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

Shades of Free Speech Magenta #DA5DC1

Tints of Free Speech Magenta #DA5DC1

Color information

#DA5DC1 (or 0xDA5DC1) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 5D and C1. RGB value is (218,93,193). Sum of RGB (Red+Green+Blue) = 218+93+193=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5DC1 is #25A23E. Grayscale: #8D8D8D. Windows color (decimal): -2466367 or 12672474. OLE color: 12672474.

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

Color convert

RGB21893193-
CMYK00.570.110.15
HSL312º62.81%60.98%-
HSV(B)312º57.34%85.49%-
XYZ42.4526.5853.35-
YUV141.78156.91182.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.25%
GREEN value IS 93 (36.72% from 255) = 18.45%
BLUE value IS 193 (75.78% from 255) = 38.29%
R=43.25%
G=18.45%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189319300.570.110.1531262.8160.98
HexDA5DC1039BF1383f3d
Octal33213530107113174707775
Binary11011010101110111000001011100110111111100111000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5DC1; }

 p { color: rgb(218,93,193); }

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

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

 a { background-color: rgb(218,93,193); }

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

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

 span { border-color: rgb(218,93,193); }

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