#d552cd

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

Shades of Free Speech Magenta #D552CD

Tints of Free Speech Magenta #D552CD

Color information

#D552CD (or 0xD552CD) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 52 and CD. RGB value is (213,82,205). Sum of RGB (Red+Green+Blue) = 213+82+205=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D552CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D552CD is #2AAD32. Grayscale: #868686. Windows color (decimal): -2796851 or 13456085. OLE color: 13456085.

HSL color Cylindrical-coordinate representation of color #D552CD: hue angle of 303.66º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D552CD is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB21382205-
CMYK00.620.040.16
HSL303.66º60.93%57.84%-
HSV(B)303.66º61.5%83.53%-
XYZ41.4824.5960.32-
YUV135.19167.4183.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.6%
GREEN value IS 82 (32.42% from 255) = 16.4%
BLUE value IS 205 (80.47% from 255) = 41%
R=42.6%
G=16.4%
B=41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138220500.620.040.16303.6660.9357.84
HexD552CD03E4101303d3a
Octal3251223150764204607572
Binary11010101101001011001101011111010010000100110000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d552cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d552cd; }

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

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

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

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

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

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

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

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