#D53CD9

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

Shades of Free Speech Magenta #D53CD9

Tints of Free Speech Magenta #D53CD9

Color information

#D53CD9 (or 0xD53CD9) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 3C and D9. RGB value is (213,60,217). Sum of RGB (Red+Green+Blue) = 213+60+217=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 217 - color contains mainly: blue. Hex color #D53CD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53CD9 is #2AC326. Grayscale: #7B7B7B. Windows color (decimal): -2802471 or 14236885. OLE color: 14236885.

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

Color convert

RGB21360217-
CMYK0.020.7200.15
HSL298.47º67.38%54.31%-
HSV(B)298.47º72.35%85.1%-
XYZ41.5822.3967.78-
YUV123.64180.69191.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.47%
GREEN value IS 60 (23.83% from 255) = 12.24%
BLUE value IS 217 (85.16% from 255) = 44.29%
R=43.47%
G=12.24%
B=44.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal213602170.020.7200.15298.4767.3854.31
HexD53CD92480F12a4336
Octal32574331211001745210366
Binary1101010111110011011001101001000011111001010101000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53CD9; }

 p { color: rgb(213,60,217); }

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

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

 a { background-color: rgb(213,60,217); }

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

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

 span { border-color: rgb(213,60,217); }

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