Html Css Color HEX #D53EDD Free Speech Magenta

📋 copy color: '#D53EDD'

red 213 ◦ green 62 ◦ blue 221

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

Shades of Free Speech Magenta #D53EDD

Tints of Free Speech Magenta #D53EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 42.94%
G = 12.5%
B = 44.56%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D53EDD (or 0xD53EDD) is known color: Free Speech Magenta. HEX triplet: D5, 3E and DD. RGB value is (213,62,221). Sum of RGB (Red+Green+Blue) = 213+62+221=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 62 (24.61% from 255 or 12.5% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #D53EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53EDD is #2AC122. Grayscale: #7C7C7C. Windows color (decimal): -2801955 or 14499541. OLE color: 14499541.

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

Color convert

RGB 213 62 221 -
CMYK 0.04 0.72 0 0.13
HSL 296.98º 0.7% 0.55% -
HSV(B) 296.98º 0.72% 0.87% -
XYZ 42.21 22.81 70.58 -
YUV 125.28 182.03 190.57 -
System Red Green Blue C M Y K H S L
Decimal 213 62 221 0.04 0.72 0 0.13 296.98 0.7 0.55
Hex D5 3E DD 4 48 0 D 129 46 37
Octal 325 76 335 4 110 0 15 451 106 67
Binary 11010101 111110 11011101 100 1001000 0 1101 100101001 1000110 110111

Color Harmonies of #D53EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53EDD

Black with #D53EDD

Text Example


Text Example

White with #D53EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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