Html Css Color HEX #DB5AD1 Free Speech Magenta

📋 copy color: '#DB5AD1'

red 219 ◦ green 90 ◦ blue 209

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

Shades of Free Speech Magenta #DB5AD1

Tints of Free Speech Magenta #DB5AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.35%

R = 42.28%
G = 17.37%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB5AD1 (or 0xDB5AD1) is known color: Free Speech Magenta. HEX triplet: DB, 5A and D1. RGB value is (219,90,209). Sum of RGB (Red+Green+Blue) = 219+90+209=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5AD1 is #24A52E. Grayscale: #8D8D8D. Windows color (decimal): -2401583 or 13720283. OLE color: 13720283.

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

Color convert

RGB 219 90 209 -
CMYK 0 0.59 0.05 0.14
HSL 304.65º 0.64% 0.61% -
HSV(B) 304.65º 0.59% 0.86% -
XYZ 44.38 26.98 63.19 -
YUV 142.14 165.74 182.82 -
System Red Green Blue C M Y K H S L
Decimal 219 90 209 0 0.59 0.05 0.14 304.65 0.64 0.61
Hex DB 5A D1 0 3B 5 E 131 40 3D
Octal 333 132 321 0 73 5 16 461 100 75
Binary 11011011 1011010 11010001 0 111011 101 1110 100110001 1000000 111101

Color Harmonies of #DB5AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5AD1

Black with #DB5AD1

Text Example


Text Example

White with #DB5AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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