#D055DA

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

Shades of Free Speech Magenta #D055DA

Tints of Free Speech Magenta #D055DA

Color information

#D055DA (or 0xD055DA) is unknown color: approx Free Speech Magenta. HEX triplet: D0, 55 and DA. RGB value is (208,85,218). Sum of RGB (Red+Green+Blue) = 208+85+218=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #D055DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D055DA is #2FAA25. Grayscale: #888888. Windows color (decimal): -3123750 or 14308816. OLE color: 14308816.

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

Color convert

RGB20885218-
CMYK0.050.6100.15
HSL295.49º64.25%59.41%-
HSV(B)295.49º61.01%85.49%-
XYZ41.9224.9768.94-
YUV136.94173.75178.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.70%
GREEN value IS 85 (33.59% from 255) = 16.63%
BLUE value IS 218 (85.55% from 255) = 42.66%
R=40.70%
G=16.63%
B=42.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal208852180.050.6100.15295.4964.2559.41
HexD055DA53D0F127403b
Octal32012533257501744710073
Binary11010000101010111011010101111101011111001001111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D055DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D055DA; }

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

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

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

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

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

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

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

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