#D949DB

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

Shades of Free Speech Magenta #D949DB

Tints of Free Speech Magenta #D949DB

Color information

#D949DB (or 0xD949DB) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 49 and DB. RGB value is (217,73,219). Sum of RGB (Red+Green+Blue) = 217+73+219=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #D949DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D949DB is #26B624. Grayscale: #848484. Windows color (decimal): -2536997 or 14371289. OLE color: 14371289.

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

Color convert

RGB21773219-
CMYK0.010.6700.14
HSL299.18º66.97%57.25%-
HSV(B)299.18º66.67%85.88%-
XYZ43.7824.6369.46-
YUV132.7176.71188.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 73 (28.91% from 255) = 14.34%
BLUE value IS 219 (85.94% from 255) = 43.03%
R=42.63%
G=14.34%
B=43.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal217732190.010.6700.14299.1866.9757.25
HexD949DB1430E12b4339
Octal331111333110301645310371
Binary1101100110010011101101111000011011101001010111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D949DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D949DB; }

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

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

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

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

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

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

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

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