Html Css Color HEX #D53EDA Free Speech Magenta

📋 copy color: '#D53EDA'

red 213 ◦ green 62 ◦ blue 218

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

Shades of Free Speech Magenta #D53EDA

Tints of Free Speech Magenta #D53EDA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.58%

 BLUE value IS 218 (85.55% from 255) = 44.22%

R = 43.2%
G = 12.58%
B = 44.22%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D53EDA (or 0xD53EDA) is known color: Free Speech Magenta. HEX triplet: D5, 3E and DA. RGB value is (213,62,218). Sum of RGB (Red+Green+Blue) = 213+62+218=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 62 (24.61% from 255 or 12.58% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #D53EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53EDA is #2AC125. Grayscale: #7C7C7C. Windows color (decimal): -2801958 or 14302933. OLE color: 14302933.

HSL color Cylindrical-coordinate representation of color #D53EDA: hue angle of 298.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53EDA is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 62 218 -
CMYK 0.02 0.72 0 0.15
HSL 298.08º 0.68% 0.55% -
HSV(B) 298.08º 0.72% 0.85% -
XYZ 41.82 22.65 68.5 -
YUV 124.93 180.53 190.82 -
System Red Green Blue C M Y K H S L
Decimal 213 62 218 0.02 0.72 0 0.15 298.08 0.68 0.55
Hex D5 3E DA 2 48 0 F 12A 44 37
Octal 325 76 332 2 110 0 17 452 104 67
Binary 11010101 111110 11011010 10 1001000 0 1111 100101010 1000100 110111

Color Harmonies of #D53EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53EDA

Black with #D53EDA

Text Example


Text Example

White with #D53EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53EDA; }

 p { color: rgb(213,62,218); }

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

background-color css

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

 a { background-color: rgb(213,62,218); }

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

border-color css

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

 span { border-color: rgb(213,62,218); }

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