#D942D5

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

Shades of Free Speech Magenta #D942D5

Tints of Free Speech Magenta #D942D5

Color information

#D942D5 (or 0xD942D5) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 42 and D5. RGB value is (217,66,213). Sum of RGB (Red+Green+Blue) = 217+66+213=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 66 (26.17% from 255 or 13.31% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D942D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D942D5 is #26BD2A. Grayscale: #7F7F7F. Windows color (decimal): -2538795 or 13976281. OLE color: 13976281.

HSL color Cylindrical-coordinate representation of color #D942D5: hue angle of 301.59º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D942D5 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB21766213-
CMYK00.700.020.15
HSL301.59º66.52%55.49%-
HSV(B)301.59º69.59%85.1%-
XYZ42.5723.4565.23-
YUV127.91176.03191.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.75%
GREEN value IS 66 (26.17% from 255) = 13.31%
BLUE value IS 213 (83.59% from 255) = 42.94%
R=43.75%
G=13.31%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176621300.700.020.15301.5966.5255.49
HexD942D50462F12e4337
Octal331102325010621745610367
Binary11011001100001011010101010001101011111001011101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D942D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D942D5; }

 p { color: rgb(217,66,213); }

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

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

 a { background-color: rgb(217,66,213); }

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

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

 span { border-color: rgb(217,66,213); }

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