#D76FA1

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

Shades of Hopbush #D76FA1

Tints of Hopbush #D76FA1

Color information

#D76FA1 (or 0xD76FA1) is unknown color: approx Hopbush. HEX triplet: D7, 6F and A1. RGB value is (215,111,161). Sum of RGB (Red+Green+Blue) = 215+111+161=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76FA1 is #28905E. Grayscale: #939393. Windows color (decimal): -2658399 or 10579927. OLE color: 10579927.

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

Color convert

RGB215111161-
CMYK00.480.250.16
HSL331.15º56.52%63.92%-
HSV(B)331.15º48.37%84.31%-
XYZ40.1428.3937.08-
YUV147.8135.46175.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.15%
GREEN value IS 111 (43.75% from 255) = 22.79%
BLUE value IS 161 (63.28% from 255) = 33.06%
R=44.15%
G=22.79%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511116100.480.250.16331.1556.5263.92
HexD76FA1030191014b3940
Octal327157241060312051371100
Binary11010111110111110100001011000011001100001010010111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76FA1; }

 p { color: rgb(215,111,161); }

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

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

 a { background-color: rgb(215,111,161); }

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

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

 span { border-color: rgb(215,111,161); }

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