#D5709C

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

Shades of Hopbush #D5709C

Tints of Hopbush #D5709C

Color information

#D5709C (or 0xD5709C) is unknown color: approx Hopbush. HEX triplet: D5, 70 and 9C. RGB value is (213,112,156). Sum of RGB (Red+Green+Blue) = 213+112+156=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D5709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5709C is #2A8F63. Grayscale: #939393. Windows color (decimal): -2789220 or 10252501. OLE color: 10252501.

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

Color convert

RGB213112156-
CMYK00.470.270.16
HSL333.86º54.59%63.73%-
HSV(B)333.86º47.42%83.53%-
XYZ39.2428.1334.82-
YUV147.21132.96174.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.28%
GREEN value IS 112 (44.14% from 255) = 23.28%
BLUE value IS 156 (61.33% from 255) = 32.43%
R=44.28%
G=23.28%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311215600.470.270.16333.8654.5963.73
HexD5709C02F1B1014e3740
Octal325160234057332051667100
Binary11010101111000010011100010111111011100001010011101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5709C; }

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

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

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

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

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

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

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

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