#DD63A9

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

Shades of Hopbush #DD63A9

Tints of Hopbush #DD63A9

Color information

#DD63A9 (or 0xDD63A9) is unknown color: approx Hopbush. HEX triplet: DD, 63 and A9. RGB value is (221,99,169). Sum of RGB (Red+Green+Blue) = 221+99+169=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 169 (66.41% from 255 or 34.56% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD63A9 is #229C56. Grayscale: #8F8F8F. Windows color (decimal): -2268247 or 11101149. OLE color: 11101149.

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

Color convert

RGB22199169-
CMYK00.550.240.13
HSL325.57º64.21%62.75%-
HSV(B)325.57º55.2%86.67%-
XYZ41.4427.1640.59-
YUV143.46142.42183.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.19%
GREEN value IS 99 (39.06% from 255) = 20.25%
BLUE value IS 169 (66.41% from 255) = 34.56%
R=45.19%
G=20.25%
B=34.56%

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
Decimal2219916900.550.240.13325.5764.2162.75
HexDD63A903718D146403f
Octal335143251067301550610077
Binary1101110111000111010100101101111100011011010001101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD63A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD63A9; }

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

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

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

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

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

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

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

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