#D45C94

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

Shades of Hopbush #D45C94

Tints of Hopbush #D45C94

Color information

#D45C94 (or 0xD45C94) is unknown color: approx Hopbush. HEX triplet: D4, 5C and 94. RGB value is (212,92,148). Sum of RGB (Red+Green+Blue) = 212+92+148=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D45C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45C94 is #2BA36B. Grayscale: #868686. Windows color (decimal): -2859884 or 9723092. OLE color: 9723092.

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

Color convert

RGB21292148-
CMYK00.570.300.17
HSL332º58.25%59.61%-
HSV(B)332º56.6%83.14%-
XYZ36.3223.7930.69-
YUV134.26135.76183.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.90%
GREEN value IS 92 (36.33% from 255) = 20.35%
BLUE value IS 148 (58.20% from 255) = 32.74%
R=46.90%
G=20.35%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129214800.570.300.1733258.2559.61
HexD45C940391E1114c3a3c
Octal32413422407136215147274
Binary1101010010111001001010001110011111010001101001100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45C94; }

 p { color: rgb(212,92,148); }

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

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

 a { background-color: rgb(212,92,148); }

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

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

 span { border-color: rgb(212,92,148); }

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