Html Css Color HEX #DB5DDB Free Speech Magenta

📋 copy color: '#DB5DDB'

red 219 ◦ green 93 ◦ blue 219

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

Shades of Free Speech Magenta #DB5DDB

Tints of Free Speech Magenta #DB5DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.51%

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

R = 41.24%
G = 17.51%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB5DDB (or 0xDB5DDB) is known color: Free Speech Magenta. HEX triplet: DB, 5D and DB. RGB value is (219,93,219). Sum of RGB (Red+Green+Blue) = 219+93+219=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB5DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DDB is #24A224. Grayscale: #909090. Windows color (decimal): -2400805 or 14376411. OLE color: 14376411.

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

Color convert

RGB 219 93 219 -
CMYK 0 0.58 0 0.14
HSL 300º 0.64% 0.61% -
HSV(B) 300º 0.58% 0.86% -
XYZ 45.91 28 70 -
YUV 145.04 169.74 180.75 -
System Red Green Blue C M Y K H S L
Decimal 219 93 219 0 0.58 0 0.14 300 0.64 0.61
Hex DB 5D DB 0 3A 0 E 12C 40 3D
Octal 333 135 333 0 72 0 16 454 100 75
Binary 11011011 1011101 11011011 0 111010 0 1110 100101100 1000000 111101

Color Harmonies of #DB5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5DDB

Black with #DB5DDB

Text Example


Text Example

White with #DB5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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