#D069A7

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

Shades of Hopbush #D069A7

Tints of Hopbush #D069A7

Color information

#D069A7 (or 0xD069A7) is unknown color: approx Hopbush. HEX triplet: D0, 69 and A7. RGB value is (208,105,167). Sum of RGB (Red+Green+Blue) = 208+105+167=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 167 (65.62% from 255 or 34.79% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D069A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D069A7 is #2F9658. Grayscale: #8E8E8E. Windows color (decimal): -3118681 or 10971600. OLE color: 10971600.

HSL color Cylindrical-coordinate representation of color #D069A7: hue angle of 323.88º degrees, saturation: 0.52, 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 #D069A7 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB208105167-
CMYK00.500.200.18
HSL323.88º52.28%61.37%-
HSV(B)323.88º49.52%81.57%-
XYZ38.0426.339.63-
YUV142.86141.62174.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.33%
GREEN value IS 105 (41.41% from 255) = 21.88%
BLUE value IS 167 (65.62% from 255) = 34.79%
R=43.33%
G=21.88%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810516700.500.200.18323.8852.2861.37
HexD069A70321412144343d
Octal32015124706224225046475
Binary1101000011010011010011101100101010010010101000100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D069A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D069A7; }

 p { color: rgb(208,105,167); }

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

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

 a { background-color: rgb(208,105,167); }

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

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

 span { border-color: rgb(208,105,167); }

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