#D552DA

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

Shades of Free Speech Magenta #D552DA

Tints of Free Speech Magenta #D552DA

Color information

#D552DA (or 0xD552DA) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 52 and DA. RGB value is (213,82,218). Sum of RGB (Red+Green+Blue) = 213+82+218=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #D552DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D552DA is #2AAD25. Grayscale: #888888. Windows color (decimal): -2796838 or 14308053. OLE color: 14308053.

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

Color convert

RGB21382218-
CMYK0.020.6200.15
HSL297.79º64.76%58.82%-
HSV(B)297.79º62.39%85.49%-
XYZ43.1125.2468.93-
YUV136.67173.9182.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.52%
GREEN value IS 82 (32.42% from 255) = 15.98%
BLUE value IS 218 (85.55% from 255) = 42.50%
R=41.52%
G=15.98%
B=42.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal213822180.020.6200.15297.7964.7658.82
HexD552DA23E0F12a413b
Octal32512233227601745210173
Binary1101010110100101101101010111110011111001010101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D552DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D552DA; }

 p { color: rgb(213,82,218); }

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

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

 a { background-color: rgb(213,82,218); }

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

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

 span { border-color: rgb(213,82,218); }

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