#D075B4

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

Shades of Hopbush #D075B4

Tints of Hopbush #D075B4

Color information

#D075B4 (or 0xD075B4) is unknown color: approx Hopbush. HEX triplet: D0, 75 and B4. RGB value is (208,117,180). Sum of RGB (Red+Green+Blue) = 208+117+180=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D075B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D075B4 is #2F8A4B. Grayscale: #979797. Windows color (decimal): -3115596 or 11826640. OLE color: 11826640.

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

Color convert

RGB208117180-
CMYK00.440.130.18
HSL318.46º49.19%63.73%-
HSV(B)318.46º43.75%81.57%-
XYZ40.6129.4346.72-
YUV151.39144.15168.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.19%
GREEN value IS 117 (46.09% from 255) = 23.17%
BLUE value IS 180 (70.70% from 255) = 35.64%
R=41.19%
G=23.17%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811718000.440.130.18318.4649.1963.73
HexD075B402CD1213e3140
Octal320165264054152247661100
Binary1101000011101011011010001011001101100101001111101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D075B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D075B4; }

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

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

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

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

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

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

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

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