#D53CD8

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

Shades of Free Speech Magenta #D53CD8

Tints of Free Speech Magenta #D53CD8

Color information

#D53CD8 (or 0xD53CD8) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 3C and D8. RGB value is (213,60,216). Sum of RGB (Red+Green+Blue) = 213+60+216=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 60 (23.83% from 255 or 12.27% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #D53CD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53CD8 is #2AC327. Grayscale: #7B7B7B. Windows color (decimal): -2802472 or 14171349. OLE color: 14171349.

HSL color Cylindrical-coordinate representation of color #D53CD8: hue angle of 298.85º 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 #D53CD8 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21360216-
CMYK0.010.7200.15
HSL298.85º66.67%54.12%-
HSV(B)298.85º72.22%84.71%-
XYZ41.4522.3467.09-
YUV123.53180.19191.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.56%
GREEN value IS 60 (23.83% from 255) = 12.27%
BLUE value IS 216 (84.77% from 255) = 44.17%
R=43.56%
G=12.27%
B=44.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal213602160.010.7200.15298.8566.6754.12
HexD53CD81480F12b4336
Octal32574330111001745310366
Binary110101011111001101100011001000011111001010111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53CD8; }

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

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

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

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

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

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

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

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