#DD4DEE

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

Shades of Free Speech Magenta #DD4DEE

Tints of Free Speech Magenta #DD4DEE

Color information

#DD4DEE (or 0xDD4DEE) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 4D and EE. RGB value is (221,77,238). Sum of RGB (Red+Green+Blue) = 221+77+238=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 77 (30.47% from 255 or 14.37% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD4DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4DEE is #22B211. Grayscale: #898989. Windows color (decimal): -2273810 or 15617501. OLE color: 15617501.

HSL color Cylindrical-coordinate representation of color #DD4DEE: hue angle of 293.66º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4DEE is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22177238-
CMYK0.070.6800.07
HSL293.66º82.56%61.76%-
HSV(B)293.66º67.65%93.33%-
XYZ47.9126.8583.55-
YUV138.41184.21186.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 77 (30.47% from 255) = 14.37%
BLUE value IS 238 (93.36% from 255) = 44.40%
R=41.23%
G=14.37%
B=44.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal221772380.070.6800.07293.6682.5661.76
HexDD4DEE74407126533e
Octal33511535671040744612376
Binary11011101100110111101110111100010001111001001101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4DEE; }

 p { color: rgb(221,77,238); }

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

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

 a { background-color: rgb(221,77,238); }

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

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

 span { border-color: rgb(221,77,238); }

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