Html Css Color HEX #D53ADE Free Speech Magenta

📋 copy color: '#D53ADE'

red 213 ◦ green 58 ◦ blue 222

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

Shades of Free Speech Magenta #D53ADE

Tints of Free Speech Magenta #D53ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.03%

R = 43.2%
G = 11.76%
B = 45.03%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D53ADE (or 0xD53ADE) is known color: Free Speech Magenta. HEX triplet: D5, 3A and DE. RGB value is (213,58,222). Sum of RGB (Red+Green+Blue) = 213+58+222=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 58 (23.05% from 255 or 11.76% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #D53ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53ADE is #2AC521. Grayscale: #7A7A7A. Windows color (decimal): -2802978 or 14564053. OLE color: 14564053.

HSL color Cylindrical-coordinate representation of color #D53ADE: hue angle of 296.71º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53ADE is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 58 222 -
CMYK 0.04 0.74 0 0.13
HSL 296.71º 0.71% 0.55% -
HSV(B) 296.71º 0.74% 0.87% -
XYZ 42.14 22.45 71.22 -
YUV 123.04 183.85 192.16 -
System Red Green Blue C M Y K H S L
Decimal 213 58 222 0.04 0.74 0 0.13 296.71 0.71 0.55
Hex D5 3A DE 4 4A 0 D 129 47 37
Octal 325 72 336 4 112 0 15 451 107 67
Binary 11010101 111010 11011110 100 1001010 0 1101 100101001 1000111 110111

Color Harmonies of #D53ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53ADE

Black with #D53ADE

Text Example


Text Example

White with #D53ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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