#D4719A

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

Shades of Hopbush #D4719A

Tints of Hopbush #D4719A

Color information

#D4719A (or 0xD4719A) is unknown color: approx Hopbush. HEX triplet: D4, 71 and 9A. RGB value is (212,113,154). Sum of RGB (Red+Green+Blue) = 212+113+154=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D4719A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4719A is #2B8E65. Grayscale: #939393. Windows color (decimal): -2854502 or 10121684. OLE color: 10121684.

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

Color convert

RGB212113154-
CMYK00.470.270.17
HSL335.15º53.51%63.73%-
HSV(B)335.15º46.7%83.14%-
XYZ38.8928.1433.95-
YUV147.28131.8174.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.26%
GREEN value IS 113 (44.53% from 255) = 23.59%
BLUE value IS 154 (60.55% from 255) = 32.15%
R=44.26%
G=23.59%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211315400.470.270.17335.1553.5163.73
HexD4719A02F1B1114f3640
Octal324161232057332151766100
Binary11010100111000110011010010111111011100011010011111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4719A; }

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

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

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

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

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

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

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

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