Html Css Color HEX #D831D6 Free Speech Magenta

📋 copy color: '#D831D6'

red 216 ◦ green 49 ◦ blue 214

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

Shades of Free Speech Magenta #D831D6

Tints of Free Speech Magenta #D831D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.68%

R = 45.09%
G = 10.23%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D831D6 (or 0xD831D6) is known color: Free Speech Magenta. HEX triplet: D8, 31 and D6. RGB value is (216,49,214). Sum of RGB (Red+Green+Blue) = 216+49+214=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 49 (19.53% from 255 or 10.23% from 479); Blue value is 214 (83.98% from 255 or 44.68% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D831D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D831D6 is #27CE29. Grayscale: #757575. Windows color (decimal): -2608682 or 14037464. OLE color: 14037464.

HSL color Cylindrical-coordinate representation of color #D831D6: hue angle of 300.72º degrees, saturation: 0.68, 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 #D831D6 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 49 214 -
CMYK 0 0.77 0.01 0.15
HSL 300.72º 0.68% 0.52% -
HSV(B) 300.72º 0.77% 0.85% -
XYZ 41.55 21.65 65.61 -
YUV 117.74 182.33 198.08 -
System Red Green Blue C M Y K H S L
Decimal 216 49 214 0 0.77 0.01 0.15 300.72 0.68 0.52
Hex D8 31 D6 0 4D 1 F 12D 44 34
Octal 330 61 326 0 115 1 17 455 104 64
Binary 11011000 110001 11010110 0 1001101 1 1111 100101101 1000100 110100

Color Harmonies of #D831D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D831D6

Black with #D831D6

Text Example


Text Example

White with #D831D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D831D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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