Html Css Color HEX #D53FDD Free Speech Magenta

📋 copy color: '#D53FDD'

red 213 ◦ green 63 ◦ blue 221

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

Shades of Free Speech Magenta #D53FDD

Tints of Free Speech Magenta #D53FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 12.68%

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

R = 42.86%
G = 12.68%
B = 44.47%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D53FDD (or 0xD53FDD) is known color: Free Speech Magenta. HEX triplet: D5, 3F and DD. RGB value is (213,63,221). Sum of RGB (Red+Green+Blue) = 213+63+221=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 63 (25% from 255 or 12.68% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #D53FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FDD is #2AC022. Grayscale: #7D7D7D. Windows color (decimal): -2801699 or 14499797. OLE color: 14499797.

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

Color convert

RGB 213 63 221 -
CMYK 0.04 0.71 0 0.13
HSL 296.96º 0.7% 0.56% -
HSV(B) 296.96º 0.71% 0.87% -
XYZ 42.27 22.92 70.6 -
YUV 125.86 181.7 190.15 -
System Red Green Blue C M Y K H S L
Decimal 213 63 221 0.04 0.71 0 0.13 296.96 0.7 0.56
Hex D5 3F DD 4 47 0 D 129 46 38
Octal 325 77 335 4 107 0 15 451 106 70
Binary 11010101 111111 11011101 100 1000111 0 1101 100101001 1000110 111000

Color Harmonies of #D53FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53FDD

Black with #D53FDD

Text Example


Text Example

White with #D53FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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