#D65E91

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

Shades of Hopbush #D65E91

Tints of Hopbush #D65E91

Color information

#D65E91 (or 0xD65E91) is unknown color: approx Hopbush. HEX triplet: D6, 5E and 91. RGB value is (214,94,145). Sum of RGB (Red+Green+Blue) = 214+94+145=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65E91 is #29A16E. Grayscale: #878787. Windows color (decimal): -2728303 or 9526998. OLE color: 9526998.

HSL color Cylindrical-coordinate representation of color #D65E91: hue angle of 334.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65E91 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB21494145-
CMYK00.560.320.16
HSL334.5º59.41%60.39%-
HSV(B)334.5º56.07%83.92%-
XYZ36.8524.3529.55-
YUV135.69133.26183.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.24%
GREEN value IS 94 (37.11% from 255) = 20.75%
BLUE value IS 145 (57.03% from 255) = 32.01%
R=47.24%
G=20.75%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149414500.560.320.16334.559.4160.39
HexD65E91038201014e3b3c
Octal32613622107040205167374
Binary11010110101111010010001011100010000010000101001110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65E91; }

 p { color: rgb(214,94,145); }

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

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

 a { background-color: rgb(214,94,145); }

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

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

 span { border-color: rgb(214,94,145); }

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