#DD61A5

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

Shades of Hopbush #DD61A5

Tints of Hopbush #DD61A5

Color information

#DD61A5 (or 0xDD61A5) is unknown color: approx Hopbush. HEX triplet: DD, 61 and A5. RGB value is (221,97,165). Sum of RGB (Red+Green+Blue) = 221+97+165=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD61A5 is #229E5A. Grayscale: #8D8D8D. Windows color (decimal): -2268763 or 10838493. OLE color: 10838493.

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

Color convert

RGB22197165-
CMYK00.560.250.13
HSL327.1º64.58%62.35%-
HSV(B)327.1º56.11%86.67%-
XYZ40.8926.6438.58-
YUV141.83141.08184.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.76%
GREEN value IS 97 (38.28% from 255) = 20.08%
BLUE value IS 165 (64.84% from 255) = 34.16%
R=45.76%
G=20.08%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219716500.560.250.13327.164.5862.35
HexDD61A503819D147413e
Octal335141245070311550710176
Binary1101110111000011010010101110001100111011010001111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD61A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD61A5; }

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

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

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

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

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

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

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

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