#DD63A8

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

Shades of Hopbush #DD63A8

Tints of Hopbush #DD63A8

Color information

#DD63A8 (or 0xDD63A8) is unknown color: approx Hopbush. HEX triplet: DD, 63 and A8. RGB value is (221,99,168). Sum of RGB (Red+Green+Blue) = 221+99+168=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD63A8 is #229C57. Grayscale: #8F8F8F. Windows color (decimal): -2268248 or 11035613. OLE color: 11035613.

HSL color Cylindrical-coordinate representation of color #DD63A8: hue angle of 326.07º 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 #DD63A8 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB22199168-
CMYK00.550.240.13
HSL326.07º64.21%62.75%-
HSV(B)326.07º55.2%86.67%-
XYZ41.3527.1240.1-
YUV143.34141.92183.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.29%
GREEN value IS 99 (39.06% from 255) = 20.29%
BLUE value IS 168 (66.02% from 255) = 34.43%
R=45.29%
G=20.29%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219916800.550.240.13326.0764.2162.75
HexDD63A803718D146403f
Octal335143250067301550610077
Binary1101110111000111010100001101111100011011010001101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD63A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD63A8; }

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

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

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

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

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

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

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

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