#D65B8E

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

Shades of Hopbush #D65B8E

Tints of Hopbush #D65B8E

Color information

#D65B8E (or 0xD65B8E) is unknown color: approx Hopbush. HEX triplet: D6, 5B and 8E. RGB value is (214,91,142). Sum of RGB (Red+Green+Blue) = 214+91+142=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65B8E is #29A471. Grayscale: #858585. Windows color (decimal): -2729074 or 9329622. OLE color: 9329622.

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

Color convert

RGB21491142-
CMYK00.570.340.16
HSL335.12º60%59.8%-
HSV(B)335.12º57.48%83.92%-
XYZ36.3623.7328.26-
YUV133.59132.75185.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.87%
GREEN value IS 91 (35.94% from 255) = 20.36%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=47.87%
G=20.36%
B=31.77%

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
Decimal2149114200.570.340.16335.126059.8
HexD65B8E039221014f3c3c
Octal32613321607142205177474
Binary11010110101101110001110011100110001010000101001111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65B8E; }

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

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

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

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

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

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

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

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