#DB4ADD

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

Shades of Free Speech Magenta #DB4ADD

Tints of Free Speech Magenta #DB4ADD

Color information

#DB4ADD (or 0xDB4ADD) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 4A and DD. RGB value is (219,74,221). Sum of RGB (Red+Green+Blue) = 219+74+221=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 74 (29.30% from 255 or 14.40% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB4ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4ADD is #24B522. Grayscale: #858585. Windows color (decimal): -2405667 or 14502619. OLE color: 14502619.

HSL color Cylindrical-coordinate representation of color #DB4ADD: hue angle of 299.18º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4ADD is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21974221-
CMYK0.010.6700.13
HSL299.18º68.37%57.84%-
HSV(B)299.18º66.52%86.67%-
XYZ44.7125.1870.91-
YUV134.11177.04188.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.61%
GREEN value IS 74 (29.30% from 255) = 14.40%
BLUE value IS 221 (86.72% from 255) = 43.00%
R=42.61%
G=14.40%
B=43.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal219742210.010.6700.13299.1868.3757.84
HexDB4ADD1430D12b443a
Octal333112335110301545310472
Binary1101101110010101101110111000011011011001010111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4ADD; }

 p { color: rgb(219,74,221); }

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

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

 a { background-color: rgb(219,74,221); }

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

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

 span { border-color: rgb(219,74,221); }

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