#D942D4

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

Shades of Free Speech Magenta #D942D4

Tints of Free Speech Magenta #D942D4

Color information

#D942D4 (or 0xD942D4) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 42 and D4. RGB value is (217,66,212). Sum of RGB (Red+Green+Blue) = 217+66+212=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 66 (26.17% from 255 or 13.33% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D942D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D942D4 is #26BD2B. Grayscale: #7F7F7F. Windows color (decimal): -2538796 or 13910745. OLE color: 13910745.

HSL color Cylindrical-coordinate representation of color #D942D4: hue angle of 301.99º 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 #D942D4 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB21766212-
CMYK00.700.020.15
HSL301.99º66.52%55.49%-
HSV(B)301.99º69.59%85.1%-
XYZ42.4523.464.57-
YUV127.79175.53191.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.84%
GREEN value IS 66 (26.17% from 255) = 13.33%
BLUE value IS 212 (83.20% from 255) = 42.83%
R=43.84%
G=13.33%
B=42.83%

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
Decimal2176621200.700.020.15301.9966.5255.49
HexD942D40462F12e4337
Octal331102324010621745610367
Binary11011001100001011010100010001101011111001011101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D942D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D942D4; }

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

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

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

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

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

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

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

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