Html Css Color HEX #D831DB Free Speech Magenta

📋 copy color: '#D831DB'

red 216 ◦ green 49 ◦ blue 219

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

Shades of Free Speech Magenta #D831DB

Tints of Free Speech Magenta #D831DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 44.63%
G = 10.12%
B = 45.25%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D831DB (or 0xD831DB) is known color: Free Speech Magenta. HEX triplet: D8, 31 and DB. RGB value is (216,49,219). Sum of RGB (Red+Green+Blue) = 216+49+219=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 49 (19.53% from 255 or 10.12% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #D831DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D831DB is #27CE24. Grayscale: #757575. Windows color (decimal): -2608677 or 14365144. OLE color: 14365144.

HSL color Cylindrical-coordinate representation of color #D831DB: hue angle of 298.94º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D831DB is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 49 219 -
CMYK 0.01 0.78 0 0.14
HSL 298.94º 0.7% 0.53% -
HSV(B) 298.94º 0.78% 0.86% -
XYZ 42.2 21.91 69.02 -
YUV 118.31 184.83 197.68 -
System Red Green Blue C M Y K H S L
Decimal 216 49 219 0.01 0.78 0 0.14 298.94 0.7 0.53
Hex D8 31 DB 1 4E 0 E 12B 46 35
Octal 330 61 333 1 116 0 16 453 106 65
Binary 11011000 110001 11011011 1 1001110 0 1110 100101011 1000110 110101

Color Harmonies of #D831DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D831DB

Black with #D831DB

Text Example


Text Example

White with #D831DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D831DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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