#D07BB1

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

Shades of Hopbush #D07BB1

Tints of Hopbush #D07BB1

Color information

#D07BB1 (or 0xD07BB1) is unknown color: approx Hopbush. HEX triplet: D0, 7B and B1. RGB value is (208,123,177). Sum of RGB (Red+Green+Blue) = 208+123+177=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D07BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07BB1 is #2F844E. Grayscale: #9A9A9A. Windows color (decimal): -3114063 or 11631568. OLE color: 11631568.

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

Color convert

RGB208123177-
CMYK00.410.150.18
HSL321.88º47.49%64.9%-
HSV(B)321.88º40.87%81.57%-
XYZ41.0330.7545.37-
YUV154.57140.66166.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.94%
GREEN value IS 123 (48.44% from 255) = 24.21%
BLUE value IS 177 (69.53% from 255) = 34.84%
R=40.94%
G=24.21%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812317700.410.150.18321.8847.4964.9
HexD07BB1029F121422f41
Octal320173261051172250257101
Binary1101000011110111011000101010011111100101010000101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07BB1; }

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

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

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

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

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

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

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

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