#D768A8

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

Shades of Hopbush #D768A8

Tints of Hopbush #D768A8

Color information

#D768A8 (or 0xD768A8) is unknown color: approx Hopbush. HEX triplet: D7, 68 and A8. RGB value is (215,104,168). Sum of RGB (Red+Green+Blue) = 215+104+168=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D768A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D768A8 is #289757. Grayscale: #909090. Windows color (decimal): -2660184 or 11036887. OLE color: 11036887.

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

Color convert

RGB215104168-
CMYK00.520.220.16
HSL325.41º58.12%62.55%-
HSV(B)325.41º51.63%84.31%-
XYZ40.0427.1740.18-
YUV144.49141.27178.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.15%
GREEN value IS 104 (41.02% from 255) = 21.36%
BLUE value IS 168 (66.02% from 255) = 34.50%
R=44.15%
G=21.36%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510416800.520.220.16325.4158.1262.55
HexD768A803416101453a3f
Octal32715025006426205057277
Binary1101011111010001010100001101001011010000101000101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D768A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D768A8; }

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

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

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

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

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

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

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

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