Html Css Color HEX #DB5ACD Free Speech Magenta

📋 copy color: '#DB5ACD'

red 219 ◦ green 90 ◦ blue 205

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

Shades of Free Speech Magenta #DB5ACD

Tints of Free Speech Magenta #DB5ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.88%

R = 42.61%
G = 17.51%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB5ACD (or 0xDB5ACD) is known color: Free Speech Magenta. HEX triplet: DB, 5A and CD. RGB value is (219,90,205). Sum of RGB (Red+Green+Blue) = 219+90+205=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5ACD is #24A532. Grayscale: #8D8D8D. Windows color (decimal): -2401587 or 13458139. OLE color: 13458139.

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

Color convert

RGB 219 90 205 -
CMYK 0 0.59 0.06 0.14
HSL 306.51º 0.64% 0.61% -
HSV(B) 306.51º 0.59% 0.86% -
XYZ 43.89 26.78 60.61 -
YUV 141.68 163.74 183.15 -
System Red Green Blue C M Y K H S L
Decimal 219 90 205 0 0.59 0.06 0.14 306.51 0.64 0.61
Hex DB 5A CD 0 3B 6 E 133 40 3D
Octal 333 132 315 0 73 6 16 463 100 75
Binary 11011011 1011010 11001101 0 111011 110 1110 100110011 1000000 111101

Color Harmonies of #DB5ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5ACD

Black with #DB5ACD

Text Example


Text Example

White with #DB5ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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