#D5679A

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

Shades of Hopbush #D5679A

Tints of Hopbush #D5679A

Color information

#D5679A (or 0xD5679A) is unknown color: approx Hopbush. HEX triplet: D5, 67 and 9A. RGB value is (213,103,154). Sum of RGB (Red+Green+Blue) = 213+103+154=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5679A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5679A is #2A9865. Grayscale: #8D8D8D. Windows color (decimal): -2791526 or 10119125. OLE color: 10119125.

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

Color convert

RGB213103154-
CMYK00.520.280.16
HSL332.18º56.7%61.96%-
HSV(B)332.18º51.64%83.53%-
XYZ38.1226.1833.62-
YUV141.7134.94178.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.32%
GREEN value IS 103 (40.62% from 255) = 21.91%
BLUE value IS 154 (60.55% from 255) = 32.77%
R=45.32%
G=21.91%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310315400.520.280.16332.1856.761.96
HexD5679A0341C1014c393e
Octal32514723206434205147176
Binary1101010111001111001101001101001110010000101001100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5679A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5679A; }

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

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

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

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

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

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

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

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