#D073A3

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

Shades of Hopbush #D073A3

Tints of Hopbush #D073A3

Color information

#D073A3 (or 0xD073A3) is unknown color: approx Hopbush. HEX triplet: D0, 73 and A3. RGB value is (208,115,163). Sum of RGB (Red+Green+Blue) = 208+115+163=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D073A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D073A3 is #2F8C5C. Grayscale: #949494. Windows color (decimal): -3116125 or 10712016. OLE color: 10712016.

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

Color convert

RGB208115163-
CMYK00.450.220.18
HSL329.03º49.73%63.33%-
HSV(B)329.03º44.71%81.57%-
XYZ38.7528.3238.07-
YUV148.28136.31170.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.80%
GREEN value IS 115 (45.31% from 255) = 23.66%
BLUE value IS 163 (64.06% from 255) = 33.54%
R=42.80%
G=23.66%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811516300.450.220.18329.0349.7363.33
HexD073A302D1612149323f
Octal32016324305526225116277
Binary1101000011100111010001101011011011010010101001001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D073A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D073A3; }

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

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

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

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

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

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

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

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