#DD62AC

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

Shades of Hopbush #DD62AC

Tints of Hopbush #DD62AC

Color information

#DD62AC (or 0xDD62AC) is unknown color: approx Hopbush. HEX triplet: DD, 62 and AC. RGB value is (221,98,172). Sum of RGB (Red+Green+Blue) = 221+98+172=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD62AC is #229D53. Grayscale: #8F8F8F. Windows color (decimal): -2268500 or 11297501. OLE color: 11297501.

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

Color convert

RGB22198172-
CMYK00.560.220.13
HSL323.9º64.4%62.55%-
HSV(B)323.9º55.66%86.67%-
XYZ41.6327.0942.06-
YUV143.21144.25183.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 98 (38.67% from 255) = 19.96%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=45.01%
G=19.96%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219817200.560.220.13323.964.462.55
HexDD62AC03816D144403f
Octal335142254070261550410077
Binary1101110111000101010110001110001011011011010001001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD62AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD62AC; }

 p { color: rgb(221,98,172); }

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

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

 a { background-color: rgb(221,98,172); }

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

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

 span { border-color: rgb(221,98,172); }

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