#d07baf

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

Shades of Hopbush #D07BAF

Tints of Hopbush #D07BAF

Color information

#D07BAF (or 0xD07BAF) is unknown color: approx Hopbush. HEX triplet: D0, 7B and AF. RGB value is (208,123,175). Sum of RGB (Red+Green+Blue) = 208+123+175=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D07BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07BAF is #2F8450. Grayscale: #9A9A9A. Windows color (decimal): -3114065 or 11500496. OLE color: 11500496.

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

Color convert

RGB208123175-
CMYK00.410.160.18
HSL323.29º47.49%64.9%-
HSV(B)323.29º40.87%81.57%-
XYZ40.8330.6744.33-
YUV154.34139.66166.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.11%
GREEN value IS 123 (48.44% from 255) = 24.31%
BLUE value IS 175 (68.75% from 255) = 34.58%
R=41.11%
G=24.31%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812317500.410.160.18323.2947.4964.9
HexD07BAF02910121432f41
Octal320173257051202250357101
Binary11010000111101110101111010100110000100101010000111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d07baf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d07baf; }

 p { color: rgb(208,123,175); }

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

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

 a { background-color: rgb(208,123,175); }

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

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

 span { border-color: rgb(208,123,175); }

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