#DB62AD

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

Shades of Hopbush #DB62AD

Tints of Hopbush #DB62AD

Color information

#DB62AD (or 0xDB62AD) is unknown color: approx Hopbush. HEX triplet: DB, 62 and AD. RGB value is (219,98,173). Sum of RGB (Red+Green+Blue) = 219+98+173=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB62AD is #249D52. Grayscale: #8E8E8E. Windows color (decimal): -2399571 or 11363035. OLE color: 11363035.

HSL color Cylindrical-coordinate representation of color #DB62AD: hue angle of 322.81º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB62AD is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB21998173-
CMYK00.550.210.14
HSL322.81º62.69%62.16%-
HSV(B)322.81º55.25%85.88%-
XYZ41.1226.8142.54-
YUV142.73145.09182.4-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.69%
GREEN value IS 98 (38.67% from 255) = 20%
BLUE value IS 173 (67.97% from 255) = 35.31%
R=44.69%
G=20%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199817300.550.210.14322.8162.6962.16
HexDB62AD03715E1433f3e
Octal33314225506725165037776
Binary110110111100010101011010110111101011110101000011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB62AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB62AD; }

 p { color: rgb(219,98,173); }

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

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

 a { background-color: rgb(219,98,173); }

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

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

 span { border-color: rgb(219,98,173); }

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