Html Css Color HEX #DB4FDB Free Speech Magenta

📋 copy color: '#DB4FDB'

red 219 ◦ green 79 ◦ blue 219

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

Shades of Free Speech Magenta #DB4FDB

Tints of Free Speech Magenta #DB4FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.28%

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

R = 42.36%
G = 15.28%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB4FDB (or 0xDB4FDB) is known color: Free Speech Magenta. HEX triplet: DB, 4F and DB. RGB value is (219,79,219). Sum of RGB (Red+Green+Blue) = 219+79+219=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 79 (31.25% from 255 or 15.28% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB4FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4FDB is #24B024. Grayscale: #888888. Windows color (decimal): -2404389 or 14372827. OLE color: 14372827.

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

Color convert

RGB 219 79 219 -
CMYK 0 0.64 0 0.14
HSL 300º 0.66% 0.58% -
HSV(B) 300º 0.64% 0.86% -
XYZ 44.8 25.77 69.63 -
YUV 136.82 174.38 186.62 -
System Red Green Blue C M Y K H S L
Decimal 219 79 219 0 0.64 0 0.14 300 0.66 0.58
Hex DB 4F DB 0 40 0 E 12C 42 3A
Octal 333 117 333 0 100 0 16 454 102 72
Binary 11011011 1001111 11011011 0 1000000 0 1110 100101100 1000010 111010

Color Harmonies of #DB4FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4FDB

Black with #DB4FDB

Text Example


Text Example

White with #DB4FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4FDB; }

 p { color: rgb(219,79,219); }

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

background-color css

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

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

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

border-color css

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

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

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