Html Css Color HEX #DB5ADB Free Speech Magenta

📋 copy color: '#DB5ADB'

red 219 ◦ green 90 ◦ blue 219

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

Shades of Free Speech Magenta #DB5ADB

Tints of Free Speech Magenta #DB5ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.05%

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

R = 41.48%
G = 17.05%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB5ADB (or 0xDB5ADB) is known color: Free Speech Magenta. HEX triplet: DB, 5A and DB. RGB value is (219,90,219). Sum of RGB (Red+Green+Blue) = 219+90+219=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 90 (35.55% from 255 or 17.05% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB5ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5ADB is #24A524. Grayscale: #8E8E8E. Windows color (decimal): -2401573 or 14375643. OLE color: 14375643.

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

Color convert

RGB 219 90 219 -
CMYK 0 0.59 0 0.14
HSL 300º 0.64% 0.61% -
HSV(B) 300º 0.59% 0.86% -
XYZ 45.66 27.49 69.92 -
YUV 143.28 170.74 182.01 -
System Red Green Blue C M Y K H S L
Decimal 219 90 219 0 0.59 0 0.14 300 0.64 0.61
Hex DB 5A DB 0 3B 0 E 12C 40 3D
Octal 333 132 333 0 73 0 16 454 100 75
Binary 11011011 1011010 11011011 0 111011 0 1110 100101100 1000000 111101

Color Harmonies of #DB5ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5ADB

Black with #DB5ADB

Text Example


Text Example

White with #DB5ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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