Html Css Color HEX #DB5AD7 Free Speech Magenta

📋 copy color: '#DB5AD7'

red 219 ◦ green 90 ◦ blue 215

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

Shades of Free Speech Magenta #DB5AD7

Tints of Free Speech Magenta #DB5AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.03%

R = 41.79%
G = 17.18%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DB5AD7 (or 0xDB5AD7) is known color: Free Speech Magenta. HEX triplet: DB, 5A and D7. RGB value is (219,90,215). Sum of RGB (Red+Green+Blue) = 219+90+215=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5AD7 is #24A528. Grayscale: #8E8E8E. Windows color (decimal): -2401577 or 14113499. OLE color: 14113499.

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

Color convert

RGB 219 90 215 -
CMYK 0 0.59 0.02 0.14
HSL 301.86º 0.64% 0.61% -
HSV(B) 301.86º 0.59% 0.86% -
XYZ 45.14 27.28 67.18 -
YUV 142.82 168.74 182.34 -
System Red Green Blue C M Y K H S L
Decimal 219 90 215 0 0.59 0.02 0.14 301.86 0.64 0.61
Hex DB 5A D7 0 3B 2 E 12E 40 3D
Octal 333 132 327 0 73 2 16 456 100 75
Binary 11011011 1011010 11010111 0 111011 10 1110 100101110 1000000 111101

Color Harmonies of #DB5AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5AD7

Black with #DB5AD7

Text Example


Text Example

White with #DB5AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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