Html Css Color HEX #D831D9 Free Speech Magenta

📋 copy color: '#D831D9'

red 216 ◦ green 49 ◦ blue 217

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

Shades of Free Speech Magenta #D831D9

Tints of Free Speech Magenta #D831D9

RGB

 RED value IS 216 (84.77% from 255) = 44.81%

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

 BLUE value IS 217 (85.16% from 255) = 45.02%

R = 44.81%
G = 10.17%
B = 45.02%

CMYK

 C value IS 0.00

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D831D9 (or 0xD831D9) is known color: Free Speech Magenta. HEX triplet: D8, 31 and D9. RGB value is (216,49,217). Sum of RGB (Red+Green+Blue) = 216+49+217=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 217 - color contains mainly: blue. Hex color #D831D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D831D9 is #27CE26. Grayscale: #757575. Windows color (decimal): -2608679 or 14234072. OLE color: 14234072.

HSL color Cylindrical-coordinate representation of color #D831D9: hue angle of 299.64º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D831D9 is Cyan = 0.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 49 217 -
CMYK 0.00 0.77 0 0.15
HSL 299.64º 0.69% 0.52% -
HSV(B) 299.64º 0.77% 0.85% -
XYZ 41.94 21.81 67.64 -
YUV 118.09 183.83 197.84 -
System Red Green Blue C M Y K H S L
Decimal 216 49 217 0.00 0.77 0 0.15 299.64 0.69 0.52
Hex D8 31 D9 0 4D 0 F 12C 45 34
Octal 330 61 331 0 115 0 17 454 105 64
Binary 11011000 110001 11011001 0 1001101 0 1111 100101100 1000101 110100

Color Harmonies of #D831D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D831D9

Black with #D831D9

Text Example


Text Example

White with #D831D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D831D9; }

 p { color: rgb(216,49,217); }

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

background-color css

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

 a { background-color: rgb(216,49,217); }

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

border-color css

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

 span { border-color: rgb(216,49,217); }

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