Html Css Color HEX #D53DD2 Free Speech Magenta

📋 copy color: '#D53DD2'

red 213 ◦ green 61 ◦ blue 210

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

Shades of Free Speech Magenta #D53DD2

Tints of Free Speech Magenta #D53DD2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.6%

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

R = 44.01%
G = 12.6%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D53DD2 (or 0xD53DD2) is known color: Free Speech Magenta. HEX triplet: D5, 3D and D2. RGB value is (213,61,210). Sum of RGB (Red+Green+Blue) = 213+61+210=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 61 (24.22% from 255 or 12.60% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53DD2 is #2AC22D. Grayscale: #7A7A7A. Windows color (decimal): -2802222 or 13778389. OLE color: 13778389.

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

Color convert

RGB 213 61 210 -
CMYK 0 0.71 0.01 0.16
HSL 301.18º 0.64% 0.54% -
HSV(B) 301.18º 0.71% 0.84% -
XYZ 40.74 22.14 63.1 -
YUV 123.43 176.86 191.88 -
System Red Green Blue C M Y K H S L
Decimal 213 61 210 0 0.71 0.01 0.16 301.18 0.64 0.54
Hex D5 3D D2 0 47 1 10 12D 40 36
Octal 325 75 322 0 107 1 20 455 100 66
Binary 11010101 111101 11010010 0 1000111 1 10000 100101101 1000000 110110

Color Harmonies of #D53DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53DD2

Black with #D53DD2

Text Example


Text Example

White with #D53DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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