#D075B1

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

Shades of Hopbush #D075B1

Tints of Hopbush #D075B1

Color information

#D075B1 (or 0xD075B1) is unknown color: approx Hopbush. HEX triplet: D0, 75 and B1. RGB value is (208,117,177). Sum of RGB (Red+Green+Blue) = 208+117+177=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D075B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D075B1 is #2F8A4E. Grayscale: #969696. Windows color (decimal): -3115599 or 11630032. OLE color: 11630032.

HSL color Cylindrical-coordinate representation of color #D075B1: hue angle of 320.44º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D075B1 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB208117177-
CMYK00.440.150.18
HSL320.44º49.19%63.73%-
HSV(B)320.44º43.75%81.57%-
XYZ40.3129.3145.13-
YUV151.05142.65168.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.43%
GREEN value IS 117 (46.09% from 255) = 23.31%
BLUE value IS 177 (69.53% from 255) = 35.26%
R=41.43%
G=23.31%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811717700.440.150.18320.4449.1963.73
HexD075B102CF121403140
Octal320165261054172250061100
Binary1101000011101011011000101011001111100101010000001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D075B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D075B1; }

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

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

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

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

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

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

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

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