#DD61A8

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

Shades of Hopbush #DD61A8

Tints of Hopbush #DD61A8

Color information

#DD61A8 (or 0xDD61A8) is unknown color: approx Hopbush. HEX triplet: DD, 61 and A8. RGB value is (221,97,168). Sum of RGB (Red+Green+Blue) = 221+97+168=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD61A8 is #229E57. Grayscale: #8E8E8E. Windows color (decimal): -2268760 or 11035101. OLE color: 11035101.

HSL color Cylindrical-coordinate representation of color #DD61A8: hue angle of 325.65º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD61A8 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB22197168-
CMYK00.560.240.13
HSL325.65º64.58%62.35%-
HSV(B)325.65º56.11%86.67%-
XYZ41.1626.7540.04-
YUV142.17142.58184.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.47%
GREEN value IS 97 (38.28% from 255) = 19.96%
BLUE value IS 168 (66.02% from 255) = 34.57%
R=45.47%
G=19.96%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219716800.560.240.13325.6564.5862.35
HexDD61A803818D146413e
Octal335141250070301550610176
Binary1101110111000011010100001110001100011011010001101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD61A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD61A8; }

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

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

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

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

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

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

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

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