Html Css Color HEX #D53FDF Free Speech Magenta

📋 copy color: '#D53FDF'

red 213 ◦ green 63 ◦ blue 223

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

Shades of Free Speech Magenta #D53FDF

Tints of Free Speech Magenta #D53FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.69%

R = 42.69%
G = 12.63%
B = 44.69%

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

#D53FDF (or 0xD53FDF) is known color: Free Speech Magenta. HEX triplet: D5, 3F and DF. RGB value is (213,63,223). Sum of RGB (Red+Green+Blue) = 213+63+223=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 63 (25% from 255 or 12.63% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #D53FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FDF is #2AC020. Grayscale: #7D7D7D. Windows color (decimal): -2801697 or 14630869. OLE color: 14630869.

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

Color convert

RGB 213 63 223 -
CMYK 0.04 0.72 0 0.13
HSL 296.25º 0.71% 0.56% -
HSV(B) 296.25º 0.72% 0.87% -
XYZ 42.54 23.03 72.02 -
YUV 126.09 182.7 189.99 -
System Red Green Blue C M Y K H S L
Decimal 213 63 223 0.04 0.72 0 0.13 296.25 0.71 0.56
Hex D5 3F DF 4 48 0 D 128 47 38
Octal 325 77 337 4 110 0 15 450 107 70
Binary 11010101 111111 11011111 100 1001000 0 1101 100101000 1000111 111000

Color Harmonies of #D53FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53FDF

Black with #D53FDF

Text Example


Text Example

White with #D53FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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