#D073A0

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

Shades of Hopbush #D073A0

Tints of Hopbush #D073A0

Color information

#D073A0 (or 0xD073A0) is unknown color: approx Hopbush. HEX triplet: D0, 73 and A0. RGB value is (208,115,160). Sum of RGB (Red+Green+Blue) = 208+115+160=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D073A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D073A0 is #2F8C5F. Grayscale: #939393. Windows color (decimal): -3116128 or 10515408. OLE color: 10515408.

HSL color Cylindrical-coordinate representation of color #D073A0: hue angle of 330.97º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D073A0 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB208115160-
CMYK00.450.230.18
HSL330.97º49.73%63.33%-
HSV(B)330.97º44.71%81.57%-
XYZ38.4928.2136.67-
YUV147.94134.81170.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.06%
GREEN value IS 115 (45.31% from 255) = 23.81%
BLUE value IS 160 (62.89% from 255) = 33.13%
R=43.06%
G=23.81%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811516000.450.230.18330.9749.7363.33
HexD073A002D171214b323f
Octal32016324005527225136277
Binary1101000011100111010000001011011011110010101001011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D073A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D073A0; }

 p { color: rgb(208,115,160); }

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

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

 a { background-color: rgb(208,115,160); }

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

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

 span { border-color: rgb(208,115,160); }

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