Html Css Color HEX #D331DB Free Speech Magenta

📋 copy color: '#D331DB'

red 211 ◦ green 49 ◦ blue 219

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

Shades of Free Speech Magenta #D331DB

Tints of Free Speech Magenta #D331DB

RGB

 RED value IS 211 (82.81% from 255) = 44.05%

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

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

R = 44.05%
G = 10.23%
B = 45.72%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D331DB (or 0xD331DB) is known color: Free Speech Magenta. HEX triplet: D3, 31 and DB. RGB value is (211,49,219). Sum of RGB (Red+Green+Blue) = 211+49+219=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 49 (19.53% from 255 or 10.23% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #D331DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D331DB is #2CCE24. Grayscale: #747474. Windows color (decimal): -2936357 or 14365139. OLE color: 14365139.

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

Color convert

RGB 211 49 219 -
CMYK 0.04 0.78 0 0.14
HSL 297.18º 0.7% 0.53% -
HSV(B) 297.18º 0.78% 0.86% -
XYZ 40.75 21.16 68.95 -
YUV 116.82 185.67 195.18 -
System Red Green Blue C M Y K H S L
Decimal 211 49 219 0.04 0.78 0 0.14 297.18 0.7 0.53
Hex D3 31 DB 4 4E 0 E 129 46 35
Octal 323 61 333 4 116 0 16 451 106 65
Binary 11010011 110001 11011011 100 1001110 0 1110 100101001 1000110 110101

Color Harmonies of #D331DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D331DB

Black with #D331DB

Text Example


Text Example

White with #D331DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D331DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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