#DB5ADC

Color #DB5ADC Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DB5ADC

Tints of Free Speech Magenta #DB5ADC

Color information

#DB5ADC (or 0xDB5ADC) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 5A and DC. RGB value is (219,90,220). Sum of RGB (Red+Green+Blue) = 219+90+220=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB5ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5ADC is #24A523. Grayscale: #8F8F8F. Windows color (decimal): -2401572 or 14441179. OLE color: 14441179.

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

Color convert

RGB21990220-
CMYK0.000.5900.14
HSL299.54º65%60.78%-
HSV(B)299.54º59.09%86.27%-
XYZ45.7927.5470.61-
YUV143.39171.24181.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.40%
GREEN value IS 90 (35.55% from 255) = 17.01%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=41.40%
G=17.01%
B=41.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219902200.000.5900.14299.546560.78
HexDB5ADC03B0E12c413d
Octal33313233407301645410175
Binary110110111011010110111000111011011101001011001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5ADC; }

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

 H1.HeaderClassName
 {
   color: #DB5ADC;
 }
 .AnyTagClassName
 {
   color: #DB5ADC;
 }
</style>
background-color css

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

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

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

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

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

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