#D65D8C

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

Shades of Hopbush #D65D8C

Tints of Hopbush #D65D8C

Color information

#D65D8C (or 0xD65D8C) is unknown color: approx Hopbush. HEX triplet: D6, 5D and 8C. RGB value is (214,93,140). Sum of RGB (Red+Green+Blue) = 214+93+140=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65D8C is #29A273. Grayscale: #868686. Windows color (decimal): -2728564 or 9199062. OLE color: 9199062.

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

Color convert

RGB21493140-
CMYK00.570.350.16
HSL336.69º59.61%60.2%-
HSV(B)336.69º56.54%83.92%-
XYZ36.3824.0227.53-
YUV134.54131.09184.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.87%
GREEN value IS 93 (36.72% from 255) = 20.81%
BLUE value IS 140 (55.08% from 255) = 31.32%
R=47.87%
G=20.81%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149314000.570.350.16336.6959.6160.2
HexD65D8C03923101513c3c
Octal32613521407143205217474
Binary11010110101110110001100011100110001110000101010001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65D8C; }

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

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

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

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

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

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

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

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