Html Css Color HEX #DB5AD9 Free Speech Magenta

📋 copy color: '#DB5AD9'

red 219 ◦ green 90 ◦ blue 217

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

Shades of Free Speech Magenta #DB5AD9

Tints of Free Speech Magenta #DB5AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.25%

R = 41.63%
G = 17.11%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DB5AD9 (or 0xDB5AD9) is known color: Free Speech Magenta. HEX triplet: DB, 5A and D9. RGB value is (219,90,217). Sum of RGB (Red+Green+Blue) = 219+90+217=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5AD9 is #24A526. Grayscale: #8E8E8E. Windows color (decimal): -2401575 or 14244571. OLE color: 14244571.

HSL color Cylindrical-coordinate representation of color #DB5AD9: hue angle of 300.93º 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 #DB5AD9 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 90 217 -
CMYK 0 0.59 0.01 0.14
HSL 300.93º 0.64% 0.61% -
HSV(B) 300.93º 0.59% 0.86% -
XYZ 45.39 27.38 68.54 -
YUV 143.05 169.74 182.17 -
System Red Green Blue C M Y K H S L
Decimal 219 90 217 0 0.59 0.01 0.14 300.93 0.64 0.61
Hex DB 5A D9 0 3B 1 E 12D 40 3D
Octal 333 132 331 0 73 1 16 455 100 75
Binary 11011011 1011010 11011001 0 111011 1 1110 100101101 1000000 111101

Color Harmonies of #DB5AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5AD9

Black with #DB5AD9

Text Example


Text Example

White with #DB5AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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