Html Css Color HEX #D431DF Free Speech Magenta

📋 copy color: '#D431DF'

red 212 ◦ green 49 ◦ blue 223

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

Shades of Free Speech Magenta #D431DF

Tints of Free Speech Magenta #D431DF

RGB

 RED value IS 212 (83.2% from 255) = 43.8%

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

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

R = 43.8%
G = 10.12%
B = 46.07%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D431DF (or 0xD431DF) is known color: Free Speech Magenta. HEX triplet: D4, 31 and DF. RGB value is (212,49,223). Sum of RGB (Red+Green+Blue) = 212+49+223=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 49 (19.53% from 255 or 10.12% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #D431DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D431DF is #2BCE20. Grayscale: #757575. Windows color (decimal): -2870817 or 14627284. OLE color: 14627284.

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

Color convert

RGB 212 49 223 -
CMYK 0.05 0.78 0 0.13
HSL 296.21º 0.73% 0.53% -
HSV(B) 296.21º 0.78% 0.87% -
XYZ 41.57 21.52 71.78 -
YUV 117.57 187.5 195.35 -
System Red Green Blue C M Y K H S L
Decimal 212 49 223 0.05 0.78 0 0.13 296.21 0.73 0.53
Hex D4 31 DF 5 4E 0 D 128 49 35
Octal 324 61 337 5 116 0 15 450 111 65
Binary 11010100 110001 11011111 101 1001110 0 1101 100101000 1001001 110101

Color Harmonies of #D431DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D431DF

Black with #D431DF

Text Example


Text Example

White with #D431DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D431DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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