#D374A7

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

Shades of Hopbush #D374A7

Tints of Hopbush #D374A7

Color information

#D374A7 (or 0xD374A7) is unknown color: approx Hopbush. HEX triplet: D3, 74 and A7. RGB value is (211,116,167). Sum of RGB (Red+Green+Blue) = 211+116+167=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 167 (65.62% from 255 or 33.81% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D374A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D374A7 is #2C8B58. Grayscale: #969696. Windows color (decimal): -2919257 or 10974419. OLE color: 10974419.

HSL color Cylindrical-coordinate representation of color #D374A7: hue angle of 327.79º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D374A7 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB211116167-
CMYK00.450.210.17
HSL327.79º51.91%64.12%-
HSV(B)327.79º45.02%82.75%-
XYZ40.0829.1340.07-
YUV150.22137.47171.35-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.71%
GREEN value IS 116 (45.70% from 255) = 23.48%
BLUE value IS 167 (65.62% from 255) = 33.81%
R=42.71%
G=23.48%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111616700.450.210.17327.7951.9164.12
HexD374A702D15111483440
Octal323164247055252151064100
Binary11010011111010010100111010110110101100011010010001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D374A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D374A7; }

 p { color: rgb(211,116,167); }

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

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

 a { background-color: rgb(211,116,167); }

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

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

 span { border-color: rgb(211,116,167); }

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