#D5719A

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

Shades of Hopbush #D5719A

Tints of Hopbush #D5719A

Color information

#D5719A (or 0xD5719A) is unknown color: approx Hopbush. HEX triplet: D5, 71 and 9A. RGB value is (213,113,154). Sum of RGB (Red+Green+Blue) = 213+113+154=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D5719A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5719A is #2A8E65. Grayscale: #939393. Windows color (decimal): -2788966 or 10121685. OLE color: 10121685.

HSL color Cylindrical-coordinate representation of color #D5719A: hue angle of 335.4º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5719A is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB213113154-
CMYK00.470.280.16
HSL335.4º54.35%63.92%-
HSV(B)335.4º46.95%83.53%-
XYZ39.1828.2933.97-
YUV147.57131.63174.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.38%
GREEN value IS 113 (44.53% from 255) = 23.54%
BLUE value IS 154 (60.55% from 255) = 32.08%
R=44.38%
G=23.54%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311315400.470.280.16335.454.3563.92
HexD5719A02F1C1014f3640
Octal325161232057342051766100
Binary11010101111000110011010010111111100100001010011111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5719A; }

 p { color: rgb(213,113,154); }

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

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

 a { background-color: rgb(213,113,154); }

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

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

 span { border-color: rgb(213,113,154); }

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