#D057DB

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

Shades of Free Speech Magenta #D057DB

Tints of Free Speech Magenta #D057DB

Color information

#D057DB (or 0xD057DB) is unknown color: approx Free Speech Magenta. HEX triplet: D0, 57 and DB. RGB value is (208,87,219). Sum of RGB (Red+Green+Blue) = 208+87+219=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 87 (34.38% from 255 or 16.93% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #D057DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D057DB is #2FA824. Grayscale: #898989. Windows color (decimal): -3123237 or 14374864. OLE color: 14374864.

HSL color Cylindrical-coordinate representation of color #D057DB: hue angle of 295º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D057DB is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20887219-
CMYK0.050.6000.14
HSL295º64.71%60%-
HSV(B)295º60.27%85.88%-
XYZ42.2125.3469.68-
YUV138.23173.59177.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.47%
GREEN value IS 87 (34.38% from 255) = 16.93%
BLUE value IS 219 (85.94% from 255) = 42.61%
R=40.47%
G=16.93%
B=42.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal208872190.050.6000.1429564.7160
HexD057DB53C0E127413c
Octal32012733357401644710174
Binary11010000101011111011011101111100011101001001111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D057DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D057DB; }

 p { color: rgb(208,87,219); }

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

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

 a { background-color: rgb(208,87,219); }

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

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

 span { border-color: rgb(208,87,219); }

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