Html Css Color HEX #D53AD4 Free Speech Magenta

📋 copy color: '#D53AD4'

red 213 ◦ green 58 ◦ blue 212

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

Shades of Free Speech Magenta #D53AD4

Tints of Free Speech Magenta #D53AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.89%

R = 44.1%
G = 12.01%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D53AD4 (or 0xD53AD4) is known color: Free Speech Magenta. HEX triplet: D5, 3A and D4. RGB value is (213,58,212). Sum of RGB (Red+Green+Blue) = 213+58+212=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 58 (23.05% from 255 or 12.01% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D53AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53AD4 is #2AC52B. Grayscale: #797979. Windows color (decimal): -2802988 or 13908693. OLE color: 13908693.

HSL color Cylindrical-coordinate representation of color #D53AD4: hue angle of 300.39º 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 #D53AD4 is Cyan = 0, Magento = 0.73, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 58 212 -
CMYK 0 0.73 0.00 0.16
HSL 300.39º 0.65% 0.53% -
HSV(B) 300.39º 0.73% 0.84% -
XYZ 40.84 21.93 64.37 -
YUV 121.9 178.85 192.98 -
System Red Green Blue C M Y K H S L
Decimal 213 58 212 0 0.73 0.00 0.16 300.39 0.65 0.53
Hex D5 3A D4 0 49 0 10 12C 41 35
Octal 325 72 324 0 111 0 20 454 101 65
Binary 11010101 111010 11010100 0 1001001 0 10000 100101100 1000001 110101

Color Harmonies of #D53AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53AD4

Black with #D53AD4

Text Example


Text Example

White with #D53AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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