#D450DB

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

Shades of Free Speech Magenta #D450DB

Tints of Free Speech Magenta #D450DB

Color information

#D450DB (or 0xD450DB) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 50 and DB. RGB value is (212,80,219). Sum of RGB (Red+Green+Blue) = 212+80+219=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #D450DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D450DB is #2BAF24. Grayscale: #868686. Windows color (decimal): -2862885 or 14373076. OLE color: 14373076.

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

Color convert

RGB21280219-
CMYK0.030.6300.14
HSL296.98º65.88%58.63%-
HSV(B)296.98º63.47%85.88%-
XYZ42.8124.8569.56-
YUV135.31175.23182.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.49%
GREEN value IS 80 (31.64% from 255) = 15.66%
BLUE value IS 219 (85.94% from 255) = 42.86%
R=41.49%
G=15.66%
B=42.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal212802190.030.6300.14296.9865.8858.63
HexD450DB33F0E129423b
Octal32412033337701645110273
Binary1101010010100001101101111111111011101001010011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D450DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D450DB; }

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

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

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

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

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

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

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

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