#D768AB

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

Shades of Hopbush #D768AB

Tints of Hopbush #D768AB

Color information

#D768AB (or 0xD768AB) is unknown color: approx Hopbush. HEX triplet: D7, 68 and AB. RGB value is (215,104,171). Sum of RGB (Red+Green+Blue) = 215+104+171=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D768AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D768AB is #289754. Grayscale: #909090. Windows color (decimal): -2660181 or 11233495. OLE color: 11233495.

HSL color Cylindrical-coordinate representation of color #D768AB: hue angle of 323.78º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D768AB is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB215104171-
CMYK00.520.200.16
HSL323.78º58.12%62.55%-
HSV(B)323.78º51.63%84.31%-
XYZ40.3327.2941.67-
YUV144.83142.77178.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.88%
GREEN value IS 104 (41.02% from 255) = 21.22%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=43.88%
G=21.22%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510417100.520.200.16323.7858.1262.55
HexD768AB03414101443a3f
Octal32715025306424205047277
Binary1101011111010001010101101101001010010000101000100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D768AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D768AB; }

 p { color: rgb(215,104,171); }

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

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

 a { background-color: rgb(215,104,171); }

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

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

 span { border-color: rgb(215,104,171); }

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