#d073ae

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

Shades of Hopbush #D073AE

Tints of Hopbush #D073AE

Color information

#D073AE (or 0xD073AE) is unknown color: approx Hopbush. HEX triplet: D0, 73 and AE. RGB value is (208,115,174). Sum of RGB (Red+Green+Blue) = 208+115+174=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D073AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D073AE is #2F8C51. Grayscale: #959595. Windows color (decimal): -3116114 or 11432912. OLE color: 11432912.

HSL color Cylindrical-coordinate representation of color #D073AE: hue angle of 321.94º 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 #D073AE is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB208115174-
CMYK00.450.160.18
HSL321.94º49.73%63.33%-
HSV(B)321.94º44.71%81.57%-
XYZ39.7828.7343.49-
YUV149.53141.81169.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.85%
GREEN value IS 115 (45.31% from 255) = 23.14%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=41.85%
G=23.14%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811517400.450.160.18321.9449.7363.33
HexD073AE02D1012142323f
Octal32016325605520225026277
Binary1101000011100111010111001011011000010010101000010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d073ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d073ae; }

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

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

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

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

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

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

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

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