#D567A5

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

Shades of Hopbush #D567A5

Tints of Hopbush #D567A5

Color information

#D567A5 (or 0xD567A5) is unknown color: approx Hopbush. HEX triplet: D5, 67 and A5. RGB value is (213,103,165). Sum of RGB (Red+Green+Blue) = 213+103+165=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D567A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D567A5 is #2A985A. Grayscale: #8E8E8E. Windows color (decimal): -2791515 or 10840021. OLE color: 10840021.

HSL color Cylindrical-coordinate representation of color #D567A5: hue angle of 326.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 #D567A5 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB213103165-
CMYK00.520.230.16
HSL326.18º56.7%61.96%-
HSV(B)326.18º51.64%83.53%-
XYZ39.0826.5638.66-
YUV142.96140.44177.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.28%
GREEN value IS 103 (40.62% from 255) = 21.41%
BLUE value IS 165 (64.84% from 255) = 34.30%
R=44.28%
G=21.41%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310316500.520.230.16326.1856.761.96
HexD567A50341710146393e
Octal32514724506427205067176
Binary1101010111001111010010101101001011110000101000110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D567A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D567A5; }

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

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

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

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

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

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

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

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