#D07DA4

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

Shades of Hopbush #D07DA4

Tints of Hopbush #D07DA4

Color information

#D07DA4 (or 0xD07DA4) is unknown color: approx Hopbush. HEX triplet: D0, 7D and A4. RGB value is (208,125,164). Sum of RGB (Red+Green+Blue) = 208+125+164=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 164 (64.45% from 255 or 33.00% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07DA4 is #2F825B. Grayscale: #9A9A9A. Windows color (decimal): -3113564 or 10780112. OLE color: 10780112.

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

Color convert

RGB208125164-
CMYK00.400.210.18
HSL331.81º46.89%65.29%-
HSV(B)331.81º39.9%81.57%-
XYZ40.0530.7638.95-
YUV154.26133.5166.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.85%
GREEN value IS 125 (49.22% from 255) = 25.15%
BLUE value IS 164 (64.45% from 255) = 33.00%
R=41.85%
G=25.15%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812516400.400.210.18331.8146.8965.29
HexD07DA4028151214c2f41
Octal320175244050252251457101
Binary11010000111110110100100010100010101100101010011001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07DA4; }

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

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

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

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

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

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

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

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