#D65FA8

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

Shades of Hopbush #D65FA8

Tints of Hopbush #D65FA8

Color information

#D65FA8 (or 0xD65FA8) is unknown color: approx Hopbush. HEX triplet: D6, 5F and A8. RGB value is (214,95,168). Sum of RGB (Red+Green+Blue) = 214+95+168=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65FA8 is #29A057. Grayscale: #8A8A8A. Windows color (decimal): -2728024 or 11034582. OLE color: 11034582.

HSL color Cylindrical-coordinate representation of color #D65FA8: hue angle of 323.19º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65FA8 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB21495168-
CMYK00.560.210.16
HSL323.19º59.2%60.59%-
HSV(B)323.19º55.61%83.92%-
XYZ38.8925.3139.88-
YUV138.9144.42181.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.86%
GREEN value IS 95 (37.5% from 255) = 19.92%
BLUE value IS 168 (66.02% from 255) = 35.22%
R=44.86%
G=19.92%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149516800.560.210.16323.1959.260.59
HexD65FA803815101433b3d
Octal32613725007025205037375
Binary1101011010111111010100001110001010110000101000011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65FA8; }

 p { color: rgb(214,95,168); }

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

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

 a { background-color: rgb(214,95,168); }

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

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

 span { border-color: rgb(214,95,168); }

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