#D53BDC

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

Shades of Free Speech Magenta #D53BDC

Tints of Free Speech Magenta #D53BDC

Color information

#D53BDC (or 0xD53BDC) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 3B and DC. RGB value is (213,59,220). Sum of RGB (Red+Green+Blue) = 213+59+220=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 59 (23.44% from 255 or 11.99% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #D53BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53BDC is #2AC423. Grayscale: #7A7A7A. Windows color (decimal): -2802724 or 14433237. OLE color: 14433237.

HSL color Cylindrical-coordinate representation of color #D53BDC: hue angle of 297.39º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53BDC is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21359220-
CMYK0.030.7300.14
HSL297.39º69.7%54.71%-
HSV(B)297.39º73.18%86.27%-
XYZ41.9222.4469.83-
YUV123.4182.52191.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.29%
GREEN value IS 59 (23.44% from 255) = 11.99%
BLUE value IS 220 (86.33% from 255) = 44.72%
R=43.29%
G=11.99%
B=44.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal213592200.030.7300.14297.3969.754.71
HexD53BDC3490E1294637
Octal32573334311101645110667
Binary1101010111101111011100111001001011101001010011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53BDC; }

 p { color: rgb(213,59,220); }

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

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

 a { background-color: rgb(213,59,220); }

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

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

 span { border-color: rgb(213,59,220); }

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