#D53FD2

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

Shades of Free Speech Magenta #D53FD2

Tints of Free Speech Magenta #D53FD2

Color information

#D53FD2 (or 0xD53FD2) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 3F and D2. RGB value is (213,63,210). Sum of RGB (Red+Green+Blue) = 213+63+210=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FD2 is #2AC02D. Grayscale: #7C7C7C. Windows color (decimal): -2801710 or 13778901. OLE color: 13778901.

HSL color Cylindrical-coordinate representation of color #D53FD2: hue angle of 301.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53FD2 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB21363210-
CMYK00.700.010.16
HSL301.2º64.1%54.12%-
HSV(B)301.2º70.42%83.53%-
XYZ40.8522.3563.13-
YUV124.61176.2191.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.83%
GREEN value IS 63 (25% from 255) = 12.96%
BLUE value IS 210 (82.42% from 255) = 43.21%
R=43.83%
G=12.96%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136321000.700.010.16301.264.154.12
HexD53FD204611012d4036
Octal32577322010612045510066
Binary1101010111111111010010010001101100001001011011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53FD2; }

 p { color: rgb(213,63,210); }

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

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

 a { background-color: rgb(213,63,210); }

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

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

 span { border-color: rgb(213,63,210); }

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