#D65A90

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

Shades of Hopbush #D65A90

Tints of Hopbush #D65A90

Color information

#D65A90 (or 0xD65A90) is unknown color: approx Hopbush. HEX triplet: D6, 5A and 90. RGB value is (214,90,144). Sum of RGB (Red+Green+Blue) = 214+90+144=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65A90 is #29A56F. Grayscale: #858585. Windows color (decimal): -2729328 or 9460438. OLE color: 9460438.

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

Color convert

RGB21490144-
CMYK00.580.330.16
HSL333.87º60.19%59.61%-
HSV(B)333.87º57.94%83.92%-
XYZ36.4223.6229.03-
YUV133.23134.08185.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.77%
GREEN value IS 90 (35.55% from 255) = 20.09%
BLUE value IS 144 (56.64% from 255) = 32.14%
R=47.77%
G=20.09%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149014400.580.330.16333.8760.1959.61
HexD65A9003A211014e3c3c
Octal32613222007241205167474
Binary11010110101101010010000011101010000110000101001110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65A90; }

 p { color: rgb(214,90,144); }

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

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

 a { background-color: rgb(214,90,144); }

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

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

 span { border-color: rgb(214,90,144); }

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