#DD5CE7

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

Shades of Free Speech Magenta #DD5CE7

Tints of Free Speech Magenta #DD5CE7

Color information

#DD5CE7 (or 0xDD5CE7) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5C and E7. RGB value is (221,92,231). Sum of RGB (Red+Green+Blue) = 221+92+231=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 92 (36.33% from 255 or 16.91% from 544); Blue value is 231 (90.62% from 255 or 42.46% from 544); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD5CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5CE7 is #22A318. Grayscale: #919191. Windows color (decimal): -2269977 or 15162589. OLE color: 15162589.

HSL color Cylindrical-coordinate representation of color #DD5CE7: hue angle of 295.68º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD5CE7 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22192231-
CMYK0.040.6000.09
HSL295.68º74.33%63.33%-
HSV(B)295.68º60.17%90.59%-
XYZ48.0728.878.63-
YUV146.42175.74181.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 92 (36.33% from 255) = 16.91%
BLUE value IS 231 (90.62% from 255) = 42.46%
R=40.62%
G=16.91%
B=42.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal221922310.040.6000.09295.6874.3363.33
HexDD5CE743C091284a3f
Octal33513434747401145011277
Binary11011101101110011100111100111100010011001010001001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5CE7; }

 p { color: rgb(221,92,231); }

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

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

 a { background-color: rgb(221,92,231); }

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

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

 span { border-color: rgb(221,92,231); }

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