#D572B0

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

Shades of Hopbush #D572B0

Tints of Hopbush #D572B0

Color information

#D572B0 (or 0xD572B0) is unknown color: approx Hopbush. HEX triplet: D5, 72 and B0. RGB value is (213,114,176). Sum of RGB (Red+Green+Blue) = 213+114+176=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D572B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D572B0 is #2A8D4F. Grayscale: #969696. Windows color (decimal): -2788688 or 11563733. OLE color: 11563733.

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

Color convert

RGB213114176-
CMYK00.460.170.16
HSL322.42º54.1%64.12%-
HSV(B)322.42º46.48%83.53%-
XYZ41.2929.3244.56-
YUV150.67142.3172.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.35%
GREEN value IS 114 (44.92% from 255) = 22.66%
BLUE value IS 176 (69.14% from 255) = 34.99%
R=42.35%
G=22.66%
B=34.99%

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
Decimal21311417600.460.170.16322.4254.164.12
HexD572B002E11101423640
Octal325162260056212050266100
Binary11010101111001010110000010111010001100001010000101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D572B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D572B0; }

 p { color: rgb(213,114,176); }

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

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

 a { background-color: rgb(213,114,176); }

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

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

 span { border-color: rgb(213,114,176); }

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