#D067A0

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

Shades of Hopbush #D067A0

Tints of Hopbush #D067A0

Color information

#D067A0 (or 0xD067A0) is unknown color: approx Hopbush. HEX triplet: D0, 67 and A0. RGB value is (208,103,160). Sum of RGB (Red+Green+Blue) = 208+103+160=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D067A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D067A0 is #2F985F. Grayscale: #8C8C8C. Windows color (decimal): -3119200 or 10512336. OLE color: 10512336.

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

Color convert

RGB208103160-
CMYK00.500.230.18
HSL327.43º52.76%60.98%-
HSV(B)327.43º50.48%81.57%-
XYZ37.2125.6536.25-
YUV140.89138.79175.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.16%
GREEN value IS 103 (40.62% from 255) = 21.87%
BLUE value IS 160 (62.89% from 255) = 33.97%
R=44.16%
G=21.87%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810316000.500.230.18327.4352.7660.98
HexD067A00321712147353d
Octal32014724006227225076575
Binary1101000011001111010000001100101011110010101000111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D067A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D067A0; }

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

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

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

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

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

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

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

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