#D055DD

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

Shades of Free Speech Magenta #D055DD

Tints of Free Speech Magenta #D055DD

Color information

#D055DD (or 0xD055DD) is unknown color: approx Free Speech Magenta. HEX triplet: D0, 55 and DD. RGB value is (208,85,221). Sum of RGB (Red+Green+Blue) = 208+85+221=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 85 (33.59% from 255 or 16.54% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #D055DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D055DD is #2FAA22. Grayscale: #888888. Windows color (decimal): -3123747 or 14505424. OLE color: 14505424.

HSL color Cylindrical-coordinate representation of color #D055DD: hue angle of 294.26º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D055DD is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20885221-
CMYK0.060.6200.13
HSL294.26º66.67%60%-
HSV(B)294.26º61.54%86.67%-
XYZ42.3125.1371.03-
YUV137.28175.25178.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.47%
GREEN value IS 85 (33.59% from 255) = 16.54%
BLUE value IS 221 (86.72% from 255) = 43.00%
R=40.47%
G=16.54%
B=43.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal208852210.060.6200.13294.2666.6760
HexD055DD63E0D126433c
Octal32012533567601544610374
Binary11010000101010111011101110111110011011001001101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D055DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D055DD; }

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

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

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

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

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

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

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

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