Html Css Color HEX #D531DB Free Speech Magenta

📋 copy color: '#D531DB'

red 213 ◦ green 49 ◦ blue 219

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

Shades of Free Speech Magenta #D531DB

Tints of Free Speech Magenta #D531DB

RGB

 RED value IS 213 (83.59% from 255) = 44.28%

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

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

R = 44.28%
G = 10.19%
B = 45.53%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D531DB (or 0xD531DB) is known color: Free Speech Magenta. HEX triplet: D5, 31 and DB. RGB value is (213,49,219). Sum of RGB (Red+Green+Blue) = 213+49+219=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 49 (19.53% from 255 or 10.19% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #D531DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D531DB is #2ACE24. Grayscale: #747474. Windows color (decimal): -2805285 or 14365141. OLE color: 14365141.

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

Color convert

RGB 213 49 219 -
CMYK 0.03 0.78 0 0.14
HSL 297.88º 0.7% 0.53% -
HSV(B) 297.88º 0.78% 0.86% -
XYZ 41.33 21.46 68.98 -
YUV 117.42 185.33 196.18 -
System Red Green Blue C M Y K H S L
Decimal 213 49 219 0.03 0.78 0 0.14 297.88 0.7 0.53
Hex D5 31 DB 3 4E 0 E 12A 46 35
Octal 325 61 333 3 116 0 16 452 106 65
Binary 11010101 110001 11011011 11 1001110 0 1110 100101010 1000110 110101

Color Harmonies of #D531DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D531DB

Black with #D531DB

Text Example


Text Example

White with #D531DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D531DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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