#D948D8

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

Shades of Free Speech Magenta #D948D8

Tints of Free Speech Magenta #D948D8

Color information

#D948D8 (or 0xD948D8) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 48 and D8. RGB value is (217,72,216). Sum of RGB (Red+Green+Blue) = 217+72+216=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 72 (28.52% from 255 or 14.26% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D948D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D948D8 is #26B727. Grayscale: #838383. Windows color (decimal): -2537256 or 14174425. OLE color: 14174425.

HSL color Cylindrical-coordinate representation of color #D948D8: hue angle of 300.41º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D948D8 is Cyan = 0, Magento = 0.67, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB21772216-
CMYK00.670.000.15
HSL300.41º65.61%56.67%-
HSV(B)300.41º66.82%85.1%-
XYZ43.3324.3467.38-
YUV131.77175.54188.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.97%
GREEN value IS 72 (28.52% from 255) = 14.26%
BLUE value IS 216 (84.77% from 255) = 42.77%
R=42.97%
G=14.26%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177221600.670.000.15300.4165.6156.67
HexD948D80430F12c4239
Octal331110330010301745410271
Binary1101100110010001101100001000011011111001011001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D948D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D948D8; }

 p { color: rgb(217,72,216); }

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

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

 a { background-color: rgb(217,72,216); }

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

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

 span { border-color: rgb(217,72,216); }

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