#d65b8d

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

Shades of Hopbush #D65B8D

Tints of Hopbush #D65B8D

Color information

#D65B8D (or 0xD65B8D) is unknown color: approx Hopbush. HEX triplet: D6, 5B and 8D. RGB value is (214,91,141). Sum of RGB (Red+Green+Blue) = 214+91+141=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65B8D is #29A472. Grayscale: #858585. Windows color (decimal): -2729075 or 9264086. OLE color: 9264086.

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

Color convert

RGB21491141-
CMYK00.570.340.16
HSL335.61º60%59.8%-
HSV(B)335.61º57.48%83.92%-
XYZ36.2823.727.86-
YUV133.48132.25185.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.98%
GREEN value IS 91 (35.94% from 255) = 20.40%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=47.98%
G=20.40%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149114100.570.340.16335.616059.8
HexD65B8D03922101503c3c
Octal32613321507142205207474
Binary11010110101101110001101011100110001010000101010000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d65b8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d65b8d; }

 p { color: rgb(214,91,141); }

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

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

 a { background-color: rgb(214,91,141); }

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

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

 span { border-color: rgb(214,91,141); }

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