Html Css Color HEX #DB4DD8 Free Speech Magenta

📋 copy color: '#DB4DD8'

red 219 ◦ green 77 ◦ blue 216

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

Shades of Free Speech Magenta #DB4DD8

Tints of Free Speech Magenta #DB4DD8

RGB

 RED value IS 219 (85.94% from 255) = 42.77%

 GREEN value IS 77 (30.47% from 255) = 15.04%

 BLUE value IS 216 (84.77% from 255) = 42.19%

R = 42.77%
G = 15.04%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DB4DD8 (or 0xDB4DD8) is known color: Free Speech Magenta. HEX triplet: DB, 4D and D8. RGB value is (219,77,216). Sum of RGB (Red+Green+Blue) = 219+77+216=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 216 (84.77% from 255 or 42.19% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DD8 is #24B227. Grayscale: #868686. Windows color (decimal): -2404904 or 14175707. OLE color: 14175707.

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

Color convert

RGB 219 77 216 -
CMYK 0 0.65 0.01 0.14
HSL 301.27º 0.66% 0.58% -
HSV(B) 301.27º 0.65% 0.86% -
XYZ 44.26 25.33 67.52 -
YUV 135.3 173.54 187.7 -
System Red Green Blue C M Y K H S L
Decimal 219 77 216 0 0.65 0.01 0.14 301.27 0.66 0.58
Hex DB 4D D8 0 41 1 E 12D 42 3A
Octal 333 115 330 0 101 1 16 455 102 72
Binary 11011011 1001101 11011000 0 1000001 1 1110 100101101 1000010 111010

Color Harmonies of #DB4DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4DD8

Black with #DB4DD8

Text Example


Text Example

White with #DB4DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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