#D942DB

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

Shades of Free Speech Magenta #D942DB

Tints of Free Speech Magenta #D942DB

Color information

#D942DB (or 0xD942DB) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 42 and DB. RGB value is (217,66,219). Sum of RGB (Red+Green+Blue) = 217+66+219=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #D942DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D942DB is #26BD24. Grayscale: #808080. Windows color (decimal): -2538789 or 14369497. OLE color: 14369497.

HSL color Cylindrical-coordinate representation of color #D942DB: hue angle of 299.22º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D942DB is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21766219-
CMYK0.010.7000.14
HSL299.22º68%55.88%-
HSV(B)299.22º69.86%85.88%-
XYZ43.3523.7669.32-
YUV128.59179.03191.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.23%
GREEN value IS 66 (26.17% from 255) = 13.15%
BLUE value IS 219 (85.94% from 255) = 43.63%
R=43.23%
G=13.15%
B=43.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal217662190.010.7000.14299.226855.88
HexD942DB1460E12b4438
Octal331102333110601645310470
Binary1101100110000101101101111000110011101001010111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D942DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D942DB; }

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

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

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

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

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

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

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

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