#D939D7

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

Shades of Free Speech Magenta #D939D7

Tints of Free Speech Magenta #D939D7

Color information

#D939D7 (or 0xD939D7) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 39 and D7. RGB value is (217,57,215). Sum of RGB (Red+Green+Blue) = 217+57+215=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 57 (22.66% from 255 or 11.66% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D939D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D939D7 is #26C628. Grayscale: #7A7A7A. Windows color (decimal): -2541097 or 14105049. OLE color: 14105049.

HSL color Cylindrical-coordinate representation of color #D939D7: hue angle of 300.75º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D939D7 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB21757215-
CMYK00.740.010.15
HSL300.75º67.8%53.73%-
HSV(B)300.75º73.73%85.1%-
XYZ42.3422.5866.42-
YUV122.85180.01195.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.38%
GREEN value IS 57 (22.66% from 255) = 11.66%
BLUE value IS 215 (84.38% from 255) = 43.97%
R=44.38%
G=11.66%
B=43.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175721500.740.010.15300.7567.853.73
HexD939D704A1F12d4436
Octal33171327011211745510466
Binary110110011110011101011101001010111111001011011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D939D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D939D7; }

 p { color: rgb(217,57,215); }

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

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

 a { background-color: rgb(217,57,215); }

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

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

 span { border-color: rgb(217,57,215); }

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