#D840DC

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

Shades of Free Speech Magenta #D840DC

Tints of Free Speech Magenta #D840DC

Color information

#D840DC (or 0xD840DC) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 40 and DC. RGB value is (216,64,220). Sum of RGB (Red+Green+Blue) = 216+64+220=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 64 (25.39% from 255 or 12.8% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #D840DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D840DC is #27BF23. Grayscale: #7E7E7E. Windows color (decimal): -2604836 or 14434520. OLE color: 14434520.

HSL color Cylindrical-coordinate representation of color #D840DC: hue angle of 298.46º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D840DC is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21664220-
CMYK0.020.7100.14
HSL298.46º69.03%55.69%-
HSV(B)298.46º70.91%86.27%-
XYZ43.0723.4369.96-
YUV127.23180.36191.32-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.2%
GREEN value IS 64 (25.39% from 255) = 12.8%
BLUE value IS 220 (86.33% from 255) = 44%
R=43.2%
G=12.8%
B=44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal216642200.020.7100.14298.4669.0355.69
HexD840DC2470E12a4538
Octal330100334210701645210570
Binary11011000100000011011100101000111011101001010101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D840DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D840DC; }

 p { color: rgb(216,64,220); }

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

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

 a { background-color: rgb(216,64,220); }

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

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

 span { border-color: rgb(216,64,220); }

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