#D14DD5

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

Shades of Free Speech Magenta #D14DD5

Tints of Free Speech Magenta #D14DD5

Color information

#D14DD5 (or 0xD14DD5) is unknown color: approx Free Speech Magenta. HEX triplet: D1, 4D and D5. RGB value is (209,77,213). Sum of RGB (Red+Green+Blue) = 209+77+213=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #D14DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14DD5 is #2EB22A. Grayscale: #838383. Windows color (decimal): -3060267 or 13979089. OLE color: 13979089.

HSL color Cylindrical-coordinate representation of color #D14DD5: hue angle of 298.24º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D14DD5 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20977213-
CMYK0.020.6400.16
HSL298.24º61.82%56.86%-
HSV(B)298.24º63.85%83.53%-
XYZ40.9623.6765.36-
YUV131.97173.73182.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.88%
GREEN value IS 77 (30.47% from 255) = 15.43%
BLUE value IS 213 (83.59% from 255) = 42.69%
R=41.88%
G=15.43%
B=42.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal209772130.020.6400.16298.2461.8256.86
HexD14DD524001012a3e39
Octal32111532521000204527671
Binary11010001100110111010101101000000010000100101010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14DD5; }

 p { color: rgb(209,77,213); }

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

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

 a { background-color: rgb(209,77,213); }

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

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

 span { border-color: rgb(209,77,213); }

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