#DD4FD1

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

Shades of Free Speech Magenta #DD4FD1

Tints of Free Speech Magenta #DD4FD1

Color information

#DD4FD1 (or 0xDD4FD1) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 4F and D1. RGB value is (221,79,209). Sum of RGB (Red+Green+Blue) = 221+79+209=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 79 (31.25% from 255 or 15.52% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4FD1 is #22B02E. Grayscale: #878787. Windows color (decimal): -2273327 or 13717469. OLE color: 13717469.

HSL color Cylindrical-coordinate representation of color #DD4FD1: hue angle of 305.07º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD4FD1 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB22179209-
CMYK00.640.050.13
HSL305.07º67.62%58.82%-
HSV(B)305.07º64.25%86.67%-
XYZ44.1225.5762.93-
YUV136.28169.04188.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.42%
GREEN value IS 79 (31.25% from 255) = 15.52%
BLUE value IS 209 (82.03% from 255) = 41.06%
R=43.42%
G=15.52%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217920900.640.050.13305.0767.6258.82
HexDD4FD10405D131443b
Octal335117321010051546110473
Binary110111011001111110100010100000010111011001100011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4FD1; }

 p { color: rgb(221,79,209); }

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

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

 a { background-color: rgb(221,79,209); }

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

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

 span { border-color: rgb(221,79,209); }

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