#D958A4

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

Shades of Hopbush #D958A4

Tints of Hopbush #D958A4

Color information

#D958A4 (or 0xD958A4) is unknown color: approx Hopbush. HEX triplet: D9, 58 and A4. RGB value is (217,88,164). Sum of RGB (Red+Green+Blue) = 217+88+164=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D958A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D958A4 is #26A75B. Grayscale: #878787. Windows color (decimal): -2533212 or 10770649. OLE color: 10770649.

HSL color Cylindrical-coordinate representation of color #D958A4: hue angle of 324.65º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D958A4 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB21788164-
CMYK00.590.240.15
HSL324.65º62.93%59.8%-
HSV(B)324.65º59.45%85.1%-
XYZ38.8124.4137.79-
YUV135.23144.24186.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.27%
GREEN value IS 88 (34.77% from 255) = 18.76%
BLUE value IS 164 (64.45% from 255) = 34.97%
R=46.27%
G=18.76%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178816400.590.240.15324.6562.9359.8
HexD958A403B18F1453f3c
Octal33113024407330175057774
Binary110110011011000101001000111011110001111101000101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D958A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D958A4; }

 p { color: rgb(217,88,164); }

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

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

 a { background-color: rgb(217,88,164); }

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

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

 span { border-color: rgb(217,88,164); }

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