#DD65AC

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

Shades of Hopbush #DD65AC

Tints of Hopbush #DD65AC

Color information

#DD65AC (or 0xDD65AC) is unknown color: approx Hopbush. HEX triplet: DD, 65 and AC. RGB value is (221,101,172). Sum of RGB (Red+Green+Blue) = 221+101+172=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD65AC is #229A53. Grayscale: #909090. Windows color (decimal): -2267732 or 11298269. OLE color: 11298269.

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

Color convert

RGB221101172-
CMYK00.540.220.13
HSL324.5º63.83%63.14%-
HSV(B)324.5º54.3%86.67%-
XYZ41.9227.6642.16-
YUV144.97143.26182.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 101 (39.84% from 255) = 20.45%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=44.74%
G=20.45%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110117200.540.220.13324.563.8363.14
HexDD65AC03616D144403f
Octal335145254066261550410077
Binary1101110111001011010110001101101011011011010001001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD65AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD65AC; }

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

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

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

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

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

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

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

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