#DD46B7

Color #DD46B7 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #DD46B7

Tints of Fuchsia #DD46B7

Color information

#DD46B7 (or 0xDD46B7) is unknown color: approx Fuchsia. HEX triplet: DD, 46 and B7. RGB value is (221,70,183). Sum of RGB (Red+Green+Blue) = 221+70+183=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46B7 is #22B948. Grayscale: #7F7F7F. Windows color (decimal): -2275657 or 12011229. OLE color: 12011229.

HSL color Cylindrical-coordinate representation of color #DD46B7: hue angle of 315.1º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD46B7 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB22170183-
CMYK00.680.170.13
HSL315.1º68.95%57.06%-
HSV(B)315.1º68.33%86.67%-
XYZ40.5623.1747.13-
YUV128.03159.03194.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.62%
GREEN value IS 70 (27.73% from 255) = 14.77%
BLUE value IS 183 (71.88% from 255) = 38.61%
R=46.62%
G=14.77%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217018300.680.170.13315.168.9557.06
HexDD46B704411D13b4539
Octal3351062670104211547310571
Binary11011101100011010110111010001001000111011001110111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD46B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD46B7; }

 p { color: rgb(221,70,183); }

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

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

 a { background-color: rgb(221,70,183); }

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

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

 span { border-color: rgb(221,70,183); }

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