#D069AE

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

Shades of Hopbush #D069AE

Tints of Hopbush #D069AE

Color information

#D069AE (or 0xD069AE) is unknown color: approx Hopbush. HEX triplet: D0, 69 and AE. RGB value is (208,105,174). Sum of RGB (Red+Green+Blue) = 208+105+174=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D069AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D069AE is #2F9651. Grayscale: #8F8F8F. Windows color (decimal): -3118674 or 11430352. OLE color: 11430352.

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

Color convert

RGB208105174-
CMYK00.500.160.18
HSL319.81º52.28%61.37%-
HSV(B)319.81º49.52%81.57%-
XYZ38.726.5743.13-
YUV143.66145.12173.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.71%
GREEN value IS 105 (41.41% from 255) = 21.56%
BLUE value IS 174 (68.36% from 255) = 35.73%
R=42.71%
G=21.56%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810517400.500.160.18319.8152.2861.37
HexD069AE0321012140343d
Octal32015125606220225006475
Binary1101000011010011010111001100101000010010101000000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D069AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D069AE; }

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

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

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

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

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

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

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

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