Html Css Color HEX #D53FDC Free Speech Magenta

📋 copy color: '#D53FDC'

red 213 ◦ green 63 ◦ blue 220

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

Shades of Free Speech Magenta #D53FDC

Tints of Free Speech Magenta #D53FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 42.94%
G = 12.7%
B = 44.35%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D53FDC (or 0xD53FDC) is known color: Free Speech Magenta. HEX triplet: D5, 3F and DC. RGB value is (213,63,220). Sum of RGB (Red+Green+Blue) = 213+63+220=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 63 (25% from 255 or 12.70% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #D53FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FDC is #2AC023. Grayscale: #7D7D7D. Windows color (decimal): -2801700 or 14434261. OLE color: 14434261.

HSL color Cylindrical-coordinate representation of color #D53FDC: hue angle of 297.32º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53FDC is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 63 220 -
CMYK 0.03 0.71 0 0.14
HSL 297.32º 0.69% 0.55% -
HSV(B) 297.32º 0.71% 0.86% -
XYZ 42.14 22.87 69.9 -
YUV 125.75 181.2 190.23 -
System Red Green Blue C M Y K H S L
Decimal 213 63 220 0.03 0.71 0 0.14 297.32 0.69 0.55
Hex D5 3F DC 3 47 0 E 129 45 37
Octal 325 77 334 3 107 0 16 451 105 67
Binary 11010101 111111 11011100 11 1000111 0 1110 100101001 1000101 110111

Color Harmonies of #D53FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53FDC

Black with #D53FDC

Text Example


Text Example

White with #D53FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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