#D65D8B

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

Shades of Hopbush #D65D8B

Tints of Hopbush #D65D8B

Color information

#D65D8B (or 0xD65D8B) is unknown color: approx Hopbush. HEX triplet: D6, 5D and 8B. RGB value is (214,93,139). Sum of RGB (Red+Green+Blue) = 214+93+139=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65D8B is #29A274. Grayscale: #868686. Windows color (decimal): -2728565 or 9133526. OLE color: 9133526.

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

Color convert

RGB21493139-
CMYK00.570.350.16
HSL337.19º59.61%60.2%-
HSV(B)337.19º56.54%83.92%-
XYZ36.3123.9927.14-
YUV134.42130.59184.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.98%
GREEN value IS 93 (36.72% from 255) = 20.85%
BLUE value IS 139 (54.69% from 255) = 31.17%
R=47.98%
G=20.85%
B=31.17%

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
Decimal2149313900.570.350.16337.1959.6160.2
HexD65D8B03923101513c3c
Octal32613521307143205217474
Binary11010110101110110001011011100110001110000101010001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65D8B; }

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

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

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

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

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

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

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

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