#DD63E0

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

Shades of Free Speech Magenta #DD63E0

Tints of Free Speech Magenta #DD63E0

Color information

#DD63E0 (or 0xDD63E0) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 63 and E0. RGB value is (221,99,224). Sum of RGB (Red+Green+Blue) = 221+99+224=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 99 (39.06% from 255 or 18.20% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD63E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63E0 is #229C1F. Grayscale: #959595. Windows color (decimal): -2268192 or 14705629. OLE color: 14705629.

HSL color Cylindrical-coordinate representation of color #DD63E0: hue angle of 298.56º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD63E0 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB22199224-
CMYK0.010.5600.12
HSL298.56º66.84%63.33%-
HSV(B)298.56º55.8%87.84%-
XYZ47.7429.6873.73-
YUV149.73169.92178.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 99 (39.06% from 255) = 18.20%
BLUE value IS 224 (87.89% from 255) = 41.18%
R=40.62%
G=18.20%
B=41.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal221992240.010.5600.12298.5666.8463.33
HexDD63E01380C12b433f
Octal33514334017001445310377
Binary110111011100011111000001111000011001001010111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD63E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD63E0; }

 p { color: rgb(221,99,224); }

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

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

 a { background-color: rgb(221,99,224); }

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

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

 span { border-color: rgb(221,99,224); }

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