Html Css Color HEX #D731DF Free Speech Magenta

📋 copy color: '#D731DF'

red 215 ◦ green 49 ◦ blue 223

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

Shades of Free Speech Magenta #D731DF

Tints of Free Speech Magenta #D731DF

RGB

 RED value IS 215 (84.38% from 255) = 44.15%

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

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

R = 44.15%
G = 10.06%
B = 45.79%

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

#D731DF (or 0xD731DF) is known color: Free Speech Magenta. HEX triplet: D7, 31 and DF. RGB value is (215,49,223). Sum of RGB (Red+Green+Blue) = 215+49+223=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 49 (19.53% from 255 or 10.06% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #D731DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D731DF is #28CE20. Grayscale: #757575. Windows color (decimal): -2674209 or 14627287. OLE color: 14627287.

HSL color Cylindrical-coordinate representation of color #D731DF: hue angle of 297.24º 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 #D731DF is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 49 223 -
CMYK 0.04 0.78 0 0.13
HSL 297.24º 0.73% 0.53% -
HSV(B) 297.24º 0.78% 0.87% -
XYZ 42.44 21.97 71.82 -
YUV 118.47 187 196.85 -
System Red Green Blue C M Y K H S L
Decimal 215 49 223 0.04 0.78 0 0.13 297.24 0.73 0.53
Hex D7 31 DF 4 4E 0 D 129 49 35
Octal 327 61 337 4 116 0 15 451 111 65
Binary 11010111 110001 11011111 100 1001110 0 1101 100101001 1001001 110101

Color Harmonies of #D731DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D731DF

Black with #D731DF

Text Example


Text Example

White with #D731DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D731DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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