#D640D0

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

Shades of Free Speech Magenta #D640D0

Tints of Free Speech Magenta #D640D0

Color information

#D640D0 (or 0xD640D0) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 40 and D0. RGB value is (214,64,208). Sum of RGB (Red+Green+Blue) = 214+64+208=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D640D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D640D0 is #29BF2F. Grayscale: #7C7C7C. Windows color (decimal): -2735920 or 13648086. OLE color: 13648086.

HSL color Cylindrical-coordinate representation of color #D640D0: hue angle of 302.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D640D0 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB21464208-
CMYK00.700.030.16
HSL302.4º64.66%54.51%-
HSV(B)302.4º70.09%83.92%-
XYZ40.9522.5261.86-
YUV125.27174.7191.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.03%
GREEN value IS 64 (25.39% from 255) = 13.17%
BLUE value IS 208 (81.64% from 255) = 42.80%
R=44.03%
G=13.17%
B=42.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146420800.700.030.16302.464.6654.51
HexD640D004631012e4137
Octal326100320010632045610167
Binary110101101000000110100000100011011100001001011101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D640D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D640D0; }

 p { color: rgb(214,64,208); }

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

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

 a { background-color: rgb(214,64,208); }

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

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

 span { border-color: rgb(214,64,208); }

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