Html Css Color HEX #DB4BDB Free Speech Magenta

📋 copy color: '#DB4BDB'

red 219 ◦ green 75 ◦ blue 219

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

Shades of Free Speech Magenta #DB4BDB

Tints of Free Speech Magenta #DB4BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.62%

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

R = 42.69%
G = 14.62%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB4BDB (or 0xDB4BDB) is known color: Free Speech Magenta. HEX triplet: DB, 4B and DB. RGB value is (219,75,219). Sum of RGB (Red+Green+Blue) = 219+75+219=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 75 (29.69% from 255 or 14.62% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB4BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BDB is #24B424. Grayscale: #868686. Windows color (decimal): -2405413 or 14371803. OLE color: 14371803.

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

Color convert

RGB 219 75 219 -
CMYK 0 0.66 0 0.14
HSL 300º 0.67% 0.58% -
HSV(B) 300º 0.66% 0.86% -
XYZ 44.52 25.21 69.54 -
YUV 134.47 175.71 188.29 -
System Red Green Blue C M Y K H S L
Decimal 219 75 219 0 0.66 0 0.14 300 0.67 0.58
Hex DB 4B DB 0 42 0 E 12C 43 3A
Octal 333 113 333 0 102 0 16 454 103 72
Binary 11011011 1001011 11011011 0 1000010 0 1110 100101100 1000011 111010

Color Harmonies of #DB4BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4BDB

Black with #DB4BDB

Text Example


Text Example

White with #DB4BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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