Html Css Color HEX #D531DF Free Speech Magenta

📋 copy color: '#D531DF'

red 213 ◦ green 49 ◦ blue 223

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

Shades of Free Speech Magenta #D531DF

Tints of Free Speech Magenta #D531DF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.1%

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

R = 43.92%
G = 10.1%
B = 45.98%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D531DF (or 0xD531DF) is known color: Free Speech Magenta. HEX triplet: D5, 31 and DF. RGB value is (213,49,223). Sum of RGB (Red+Green+Blue) = 213+49+223=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #D531DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D531DF is #2ACE20. Grayscale: #757575. Windows color (decimal): -2805281 or 14627285. OLE color: 14627285.

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

Color convert

RGB 213 49 223 -
CMYK 0.04 0.78 0 0.13
HSL 296.55º 0.73% 0.53% -
HSV(B) 296.55º 0.78% 0.87% -
XYZ 41.86 21.67 71.79 -
YUV 117.87 187.33 195.85 -
System Red Green Blue C M Y K H S L
Decimal 213 49 223 0.04 0.78 0 0.13 296.55 0.73 0.53
Hex D5 31 DF 4 4E 0 D 129 49 35
Octal 325 61 337 4 116 0 15 451 111 65
Binary 11010101 110001 11011111 100 1001110 0 1101 100101001 1001001 110101

Color Harmonies of #D531DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D531DF

Black with #D531DF

Text Example


Text Example

White with #D531DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D531DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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