Html Css Color HEX #D53AD2 Free Speech Magenta

📋 copy color: '#D53AD2'

red 213 ◦ green 58 ◦ blue 210

#D53AD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #D53AD2

Tints of Free Speech Magenta #D53AD2

RGB

 RED value IS 213 (83.59% from 255) = 44.28%

 GREEN value IS 58 (23.05% from 255) = 12.06%

 BLUE value IS 210 (82.42% from 255) = 43.66%

R = 44.28%
G = 12.06%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D53AD2 (or 0xD53AD2) is known color: Free Speech Magenta. HEX triplet: D5, 3A and D2. RGB value is (213,58,210). Sum of RGB (Red+Green+Blue) = 213+58+210=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 58 (23.05% from 255 or 12.06% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D53AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53AD2 is #2AC52D. Grayscale: #797979. Windows color (decimal): -2802990 or 13777621. OLE color: 13777621.

HSL color Cylindrical-coordinate representation of color #D53AD2: hue angle of 301.16º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53AD2 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 58 210 -
CMYK 0 0.73 0.01 0.16
HSL 301.16º 0.65% 0.53% -
HSV(B) 301.16º 0.73% 0.84% -
XYZ 40.59 21.83 63.05 -
YUV 121.67 177.85 193.14 -
System Red Green Blue C M Y K H S L
Decimal 213 58 210 0 0.73 0.01 0.16 301.16 0.65 0.53
Hex D5 3A D2 0 49 1 10 12D 41 35
Octal 325 72 322 0 111 1 20 455 101 65
Binary 11010101 111010 11010010 0 1001001 1 10000 100101101 1000001 110101

Color Harmonies of #D53AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53AD2

Black with #D53AD2

Text Example


Text Example

White with #D53AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53AD2; }

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

 H1.HeaderClassName
 {
   color: #D53AD2;
 }
 .AnyTagClassName
 {
   color: #D53AD2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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