#D65E8C

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

Shades of Hopbush #D65E8C

Tints of Hopbush #D65E8C

Color information

#D65E8C (or 0xD65E8C) is unknown color: approx Hopbush. HEX triplet: D6, 5E and 8C. RGB value is (214,94,140). Sum of RGB (Red+Green+Blue) = 214+94+140=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65E8C is #29A173. Grayscale: #878787. Windows color (decimal): -2728308 or 9199318. OLE color: 9199318.

HSL color Cylindrical-coordinate representation of color #D65E8C: hue angle of 337º 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 #D65E8C is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB21494140-
CMYK00.560.350.16
HSL337º59.41%60.39%-
HSV(B)337º56.07%83.92%-
XYZ36.4724.1927.56-
YUV135.12130.76184.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.77%
GREEN value IS 94 (37.11% from 255) = 20.98%
BLUE value IS 140 (55.08% from 255) = 31.25%
R=47.77%
G=20.98%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149414000.560.350.1633759.4160.39
HexD65E8C03823101513b3c
Octal32613621407043205217374
Binary11010110101111010001100011100010001110000101010001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65E8C; }

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

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

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

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

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

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

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

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