#DD63BE

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

Shades of Free Speech Magenta #DD63BE

Tints of Free Speech Magenta #DD63BE

Color information

#DD63BE (or 0xDD63BE) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 63 and BE. RGB value is (221,99,190). Sum of RGB (Red+Green+Blue) = 221+99+190=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63BE is #229C41. Grayscale: #919191. Windows color (decimal): -2268226 or 12477405. OLE color: 12477405.

HSL color Cylindrical-coordinate representation of color #DD63BE: hue angle of 315.25º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD63BE is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB22199190-
CMYK00.550.140.13
HSL315.25º64.21%62.75%-
HSV(B)315.25º55.2%86.67%-
XYZ43.5728.0151.83-
YUV145.85152.92181.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.33%
GREEN value IS 99 (39.06% from 255) = 19.41%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=43.33%
G=19.41%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219919000.550.140.13315.2564.2162.75
HexDD63BE037ED13b403f
Octal335143276067161547310077
Binary110111011100011101111100110111111011011001110111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD63BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD63BE; }

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

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

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

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

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

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

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

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