#D07DAE

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

Shades of Hopbush #D07DAE

Tints of Hopbush #D07DAE

Color information

#D07DAE (or 0xD07DAE) is unknown color: approx Hopbush. HEX triplet: D0, 7D and AE. RGB value is (208,125,174). Sum of RGB (Red+Green+Blue) = 208+125+174=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07DAE is #2F8251. Grayscale: #9B9B9B. Windows color (decimal): -3113554 or 11435472. OLE color: 11435472.

HSL color Cylindrical-coordinate representation of color #D07DAE: hue angle of 324.58º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07DAE is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB208125174-
CMYK00.400.160.18
HSL324.58º46.89%65.29%-
HSV(B)324.58º39.9%81.57%-
XYZ40.9931.1343.89-
YUV155.4138.5165.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.03%
GREEN value IS 125 (49.22% from 255) = 24.65%
BLUE value IS 174 (68.36% from 255) = 34.32%
R=41.03%
G=24.65%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812517400.400.160.18324.5846.8965.29
HexD07DAE02810121452f41
Octal320175256050202250557101
Binary11010000111110110101110010100010000100101010001011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07DAE; }

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

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

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

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

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

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

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

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