Html Css Color HEX #DB4DDB Free Speech Magenta

📋 copy color: '#DB4DDB'

red 219 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Magenta #DB4DDB

Tints of Free Speech Magenta #DB4DDB

RGB

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

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

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

R = 42.52%
G = 14.95%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB4DDB (or 0xDB4DDB) is known color: Free Speech Magenta. HEX triplet: DB, 4D and DB. RGB value is (219,77,219). Sum of RGB (Red+Green+Blue) = 219+77+219=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 77 (30.47% from 255 or 14.95% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB4DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DDB is #24B224. Grayscale: #878787. Windows color (decimal): -2404901 or 14372315. OLE color: 14372315.

HSL color Cylindrical-coordinate representation of color #DB4DDB: 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.65%. Process color model (Four color, CMYK) of #DB4DDB is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 77 219 -
CMYK 0 0.65 0 0.14
HSL 300º 0.66% 0.58% -
HSV(B) 300º 0.65% 0.86% -
XYZ 44.65 25.48 69.58 -
YUV 135.65 175.04 187.45 -
System Red Green Blue C M Y K H S L
Decimal 219 77 219 0 0.65 0 0.14 300 0.66 0.58
Hex DB 4D DB 0 41 0 E 12C 42 3A
Octal 333 115 333 0 101 0 16 454 102 72
Binary 11011011 1001101 11011011 0 1000001 0 1110 100101100 1000010 111010

Color Harmonies of #DB4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4DDB

Black with #DB4DDB

Text Example


Text Example

White with #DB4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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