#D5709A

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

Shades of Hopbush #D5709A

Tints of Hopbush #D5709A

Color information

#D5709A (or 0xD5709A) is unknown color: approx Hopbush. HEX triplet: D5, 70 and 9A. RGB value is (213,112,154). Sum of RGB (Red+Green+Blue) = 213+112+154=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D5709A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5709A is #2A8F65. Grayscale: #929292. Windows color (decimal): -2789222 or 10121429. OLE color: 10121429.

HSL color Cylindrical-coordinate representation of color #D5709A: hue angle of 335.05º degrees, saturation: 0.55, 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 #D5709A is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB213112154-
CMYK00.470.280.16
HSL335.05º54.59%63.73%-
HSV(B)335.05º47.42%83.53%-
XYZ39.0728.0733.93-
YUV146.99131.96175.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.47%
GREEN value IS 112 (44.14% from 255) = 23.38%
BLUE value IS 154 (60.55% from 255) = 32.15%
R=44.47%
G=23.38%
B=32.15%

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
Decimal21311215400.470.280.16335.0554.5963.73
HexD5709A02F1C1014f3740
Octal325160232057342051767100
Binary11010101111000010011010010111111100100001010011111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5709A; }

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

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

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

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

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

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

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

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