#D055D3

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

Shades of Free Speech Magenta #D055D3

Tints of Free Speech Magenta #D055D3

Color information

#D055D3 (or 0xD055D3) is unknown color: approx Free Speech Magenta. HEX triplet: D0, 55 and D3. RGB value is (208,85,211). Sum of RGB (Red+Green+Blue) = 208+85+211=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 85 (33.59% from 255 or 16.87% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 211 - color contains mainly: blue. Hex color #D055D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D055D3 is #2FAA2C. Grayscale: #878787. Windows color (decimal): -3123757 or 13850064. OLE color: 13850064.

HSL color Cylindrical-coordinate representation of color #D055D3: hue angle of 298.57º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D055D3 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20885211-
CMYK0.010.6000.17
HSL298.57º58.88%58.04%-
HSV(B)298.57º59.72%82.75%-
XYZ41.0224.6164.22-
YUV136.14170.25179.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.27%
GREEN value IS 85 (33.59% from 255) = 16.87%
BLUE value IS 211 (82.81% from 255) = 41.87%
R=41.27%
G=16.87%
B=41.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal208852110.010.6000.17298.5758.8858.04
HexD055D313C01112b3b3a
Octal3201253231740214537372
Binary110100001010101110100111111100010001100101011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D055D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D055D3; }

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

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

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

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

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

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

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

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