#D85CA7

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

Shades of Hopbush #D85CA7

Tints of Hopbush #D85CA7

Color information

#D85CA7 (or 0xD85CA7) is unknown color: approx Hopbush. HEX triplet: D8, 5C and A7. RGB value is (216,92,167). Sum of RGB (Red+Green+Blue) = 216+92+167=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D85CA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85CA7 is #27A358. Grayscale: #898989. Windows color (decimal): -2597721 or 10968280. OLE color: 10968280.

HSL color Cylindrical-coordinate representation of color #D85CA7: hue angle of 323.71º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85CA7 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB21692167-
CMYK00.570.230.15
HSL323.71º61.39%60.39%-
HSV(B)323.71º57.41%84.71%-
XYZ39.1225.0439.33-
YUV137.63144.58183.9-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.47%
GREEN value IS 92 (36.33% from 255) = 19.37%
BLUE value IS 167 (65.62% from 255) = 35.16%
R=45.47%
G=19.37%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169216700.570.230.15323.7161.3960.39
HexD85CA703917F1443d3c
Octal33013424707127175047574
Binary110110001011100101001110111001101111111101000100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85CA7; }

 p { color: rgb(216,92,167); }

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

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

 a { background-color: rgb(216,92,167); }

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

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

 span { border-color: rgb(216,92,167); }

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