#DD4ED1

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

Shades of Free Speech Magenta #DD4ED1

Tints of Free Speech Magenta #DD4ED1

Color information

#DD4ED1 (or 0xDD4ED1) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 4E and D1. RGB value is (221,78,209). Sum of RGB (Red+Green+Blue) = 221+78+209=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 78 (30.86% from 255 or 15.35% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4ED1 is #22B12E. Grayscale: #878787. Windows color (decimal): -2273583 or 13717213. OLE color: 13717213.

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

Color convert

RGB22178209-
CMYK00.650.050.13
HSL305.03º67.77%58.63%-
HSV(B)305.03º64.71%86.67%-
XYZ44.0525.4262.91-
YUV135.69169.38188.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.50%
GREEN value IS 78 (30.86% from 255) = 15.35%
BLUE value IS 209 (82.03% from 255) = 41.14%
R=43.50%
G=15.35%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217820900.650.050.13305.0367.7758.63
HexDD4ED10415D131443b
Octal335116321010151546110473
Binary110111011001110110100010100000110111011001100011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4ED1; }

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

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

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

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

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

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

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

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