#DD4CE8

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

Shades of Free Speech Magenta #DD4CE8

Tints of Free Speech Magenta #DD4CE8

Color information

#DD4CE8 (or 0xDD4CE8) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 4C and E8. RGB value is (221,76,232). Sum of RGB (Red+Green+Blue) = 221+76+232=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 76 (30.08% from 255 or 14.37% from 529); Blue value is 232 (91.02% from 255 or 43.86% from 529); Max value from RGB is 232 - color contains mainly: blue. Hex color #DD4CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD4CE8 is #22B317. Grayscale: #888888. Windows color (decimal): -2274072 or 15224029. OLE color: 15224029.

HSL color Cylindrical-coordinate representation of color #DD4CE8: hue angle of 295.77º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4CE8 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22176232-
CMYK0.050.6700.09
HSL295.77º77.23%60.39%-
HSV(B)295.77º67.24%90.98%-
XYZ46.9726.3778.96-
YUV137.14181.54187.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 76 (30.08% from 255) = 14.37%
BLUE value IS 232 (91.02% from 255) = 43.86%
R=41.78%
G=14.37%
B=43.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal221762320.050.6700.09295.7777.2360.39
HexDD4CE8543091284d3c
Octal335114350510301145011574
Binary110111011001100111010001011000011010011001010001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4CE8; }

 p { color: rgb(221,76,232); }

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

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

 a { background-color: rgb(221,76,232); }

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

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

 span { border-color: rgb(221,76,232); }

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