#D569B1

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

Shades of Hopbush #D569B1

Tints of Hopbush #D569B1

Color information

#D569B1 (or 0xD569B1) is unknown color: approx Hopbush. HEX triplet: D5, 69 and B1. RGB value is (213,105,177). Sum of RGB (Red+Green+Blue) = 213+105+177=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D569B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D569B1 is #2A964E. Grayscale: #919191. Windows color (decimal): -2790991 or 11626965. OLE color: 11626965.

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

Color convert

RGB213105177-
CMYK00.510.170.16
HSL320º56.25%62.35%-
HSV(B)320º50.7%83.53%-
XYZ40.4327.4244.76-
YUV145.5145.78176.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.03%
GREEN value IS 105 (41.41% from 255) = 21.21%
BLUE value IS 177 (69.53% from 255) = 35.76%
R=43.03%
G=21.21%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310517700.510.170.1632056.2562.35
HexD569B10331110140383e
Octal32515126106321205007076
Binary1101010111010011011000101100111000110000101000000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D569B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D569B1; }

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

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

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

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

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

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

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

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