#D574B1

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

Shades of Hopbush #D574B1

Tints of Hopbush #D574B1

Color information

#D574B1 (or 0xD574B1) is unknown color: approx Hopbush. HEX triplet: D5, 74 and B1. RGB value is (213,116,177). Sum of RGB (Red+Green+Blue) = 213+116+177=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D574B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D574B1 is #2A8B4E. Grayscale: #979797. Windows color (decimal): -2788175 or 11629781. OLE color: 11629781.

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

Color convert

RGB213116177-
CMYK00.460.170.16
HSL322.27º53.59%64.51%-
HSV(B)322.27º45.54%83.53%-
XYZ41.6229.8145.16-
YUV151.96142.14171.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.09%
GREEN value IS 116 (45.70% from 255) = 22.92%
BLUE value IS 177 (69.53% from 255) = 34.98%
R=42.09%
G=22.92%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311617700.460.170.16322.2753.5964.51
HexD574B102E11101423641
Octal325164261056212050266101
Binary11010101111010010110001010111010001100001010000101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D574B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D574B1; }

 p { color: rgb(213,116,177); }

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

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

 a { background-color: rgb(213,116,177); }

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

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

 span { border-color: rgb(213,116,177); }

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