#D074A8

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

Shades of Hopbush #D074A8

Tints of Hopbush #D074A8

Color information

#D074A8 (or 0xD074A8) is unknown color: approx Hopbush. HEX triplet: D0, 74 and A8. RGB value is (208,116,168). Sum of RGB (Red+Green+Blue) = 208+116+168=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D074A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D074A8 is #2F8B57. Grayscale: #959595. Windows color (decimal): -3115864 or 11039952. OLE color: 11039952.

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

Color convert

RGB208116168-
CMYK00.440.190.18
HSL326.09º49.46%63.53%-
HSV(B)326.09º44.23%81.57%-
XYZ39.3328.7340.52-
YUV149.44138.48169.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.28%
GREEN value IS 116 (45.70% from 255) = 23.58%
BLUE value IS 168 (66.02% from 255) = 34.15%
R=42.28%
G=23.58%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811616800.440.190.18326.0949.4663.53
HexD074A802C13121463140
Octal320164250054232250661100
Binary11010000111010010101000010110010011100101010001101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D074A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D074A8; }

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

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

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

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

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

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

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

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