#d45f90

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

Shades of Hopbush #D45F90

Tints of Hopbush #D45F90

Color information

#D45F90 (or 0xD45F90) is unknown color: approx Hopbush. HEX triplet: D4, 5F and 90. RGB value is (212,95,144). Sum of RGB (Red+Green+Blue) = 212+95+144=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D45F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45F90 is #2BA06F. Grayscale: #878787. Windows color (decimal): -2859120 or 9461716. OLE color: 9461716.

HSL color Cylindrical-coordinate representation of color #D45F90: hue angle of 334.87º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D45F90 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB21295144-
CMYK00.550.320.17
HSL334.87º57.64%60.2%-
HSV(B)334.87º55.19%83.14%-
XYZ36.2824.229.14-
YUV135.57132.76182.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.01%
GREEN value IS 95 (37.5% from 255) = 21.06%
BLUE value IS 144 (56.64% from 255) = 31.93%
R=47.01%
G=21.06%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129514400.550.320.17334.8757.6460.2
HexD45F90037201114f3a3c
Octal32413722006740215177274
Binary11010100101111110010000011011110000010001101001111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d45f90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d45f90; }

 p { color: rgb(212,95,144); }

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

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

 a { background-color: rgb(212,95,144); }

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

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

 span { border-color: rgb(212,95,144); }

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