#D446DB

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

Shades of Free Speech Magenta #D446DB

Tints of Free Speech Magenta #D446DB

Color information

#D446DB (or 0xD446DB) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 46 and DB. RGB value is (212,70,219). Sum of RGB (Red+Green+Blue) = 212+70+219=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 70 (27.73% from 255 or 13.97% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #D446DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D446DB is #2BB924. Grayscale: #808080. Windows color (decimal): -2865445 or 14370516. OLE color: 14370516.

HSL color Cylindrical-coordinate representation of color #D446DB: hue angle of 297.18º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D446DB is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21270219-
CMYK0.030.6800.14
HSL297.18º67.42%56.67%-
HSV(B)297.18º68.04%85.88%-
XYZ42.1323.4969.33-
YUV129.44178.54186.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.32%
GREEN value IS 70 (27.73% from 255) = 13.97%
BLUE value IS 219 (85.94% from 255) = 43.71%
R=42.32%
G=13.97%
B=43.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal212702190.030.6800.14297.1867.4256.67
HexD446DB3440E1294339
Octal324106333310401645110371
Binary11010100100011011011011111000100011101001010011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D446DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D446DB; }

 p { color: rgb(212,70,219); }

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

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

 a { background-color: rgb(212,70,219); }

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

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

 span { border-color: rgb(212,70,219); }

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