#D074A3

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

Shades of Hopbush #D074A3

Tints of Hopbush #D074A3

Color information

#D074A3 (or 0xD074A3) is unknown color: approx Hopbush. HEX triplet: D0, 74 and A3. RGB value is (208,116,163). Sum of RGB (Red+Green+Blue) = 208+116+163=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 163 (64.06% from 255 or 33.47% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D074A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D074A3 is #2F8B5C. Grayscale: #949494. Windows color (decimal): -3115869 or 10712272. OLE color: 10712272.

HSL color Cylindrical-coordinate representation of color #D074A3: hue angle of 329.35º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D074A3 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB208116163-
CMYK00.440.220.18
HSL329.35º49.46%63.53%-
HSV(B)329.35º44.23%81.57%-
XYZ38.8728.5538.11-
YUV148.87135.98170.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.71%
GREEN value IS 116 (45.70% from 255) = 23.82%
BLUE value IS 163 (64.06% from 255) = 33.47%
R=42.71%
G=23.82%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811616300.440.220.18329.3549.4663.53
HexD074A302C16121493140
Octal320164243054262251161100
Binary11010000111010010100011010110010110100101010010011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D074A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D074A3; }

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

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

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

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

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

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

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

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