Html Css Color HEX #DB4DD0 Free Speech Magenta

📋 copy color: '#DB4DD0'

red 219 ◦ green 77 ◦ blue 208

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

Shades of Free Speech Magenta #DB4DD0

Tints of Free Speech Magenta #DB4DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.27%

R = 43.45%
G = 15.28%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB4DD0 (or 0xDB4DD0) is known color: Free Speech Magenta. HEX triplet: DB, 4D and D0. RGB value is (219,77,208). Sum of RGB (Red+Green+Blue) = 219+77+208=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DD0 is #24B22F. Grayscale: #868686. Windows color (decimal): -2404912 or 13651419. OLE color: 13651419.

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

Color convert

RGB 219 77 208 -
CMYK 0 0.65 0.05 0.14
HSL 304.65º 0.66% 0.58% -
HSV(B) 304.65º 0.65% 0.86% -
XYZ 43.25 24.92 62.21 -
YUV 134.39 169.54 188.35 -
System Red Green Blue C M Y K H S L
Decimal 219 77 208 0 0.65 0.05 0.14 304.65 0.66 0.58
Hex DB 4D D0 0 41 5 E 131 42 3A
Octal 333 115 320 0 101 5 16 461 102 72
Binary 11011011 1001101 11010000 0 1000001 101 1110 100110001 1000010 111010

Color Harmonies of #DB4DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4DD0

Black with #DB4DD0

Text Example


Text Example

White with #DB4DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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