#D65BAC

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

Shades of Hopbush #D65BAC

Tints of Hopbush #D65BAC

Color information

#D65BAC (or 0xD65BAC) is unknown color: approx Hopbush. HEX triplet: D6, 5B and AC. RGB value is (214,91,172). Sum of RGB (Red+Green+Blue) = 214+91+172=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 91 (35.94% from 255 or 19.08% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D65BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65BAC is #29A453. Grayscale: #888888. Windows color (decimal): -2729044 or 11295702. OLE color: 11295702.

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

Color convert

RGB21491172-
CMYK00.570.200.16
HSL320.49º60%59.8%-
HSV(B)320.49º57.48%83.92%-
XYZ38.9224.7641.76-
YUV137.01147.75182.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.86%
GREEN value IS 91 (35.94% from 255) = 19.08%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=44.86%
G=19.08%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149117200.570.200.16320.496059.8
HexD65BAC03914101403c3c
Octal32613325407124205007474
Binary1101011010110111010110001110011010010000101000000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65BAC; }

 p { color: rgb(214,91,172); }

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

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

 a { background-color: rgb(214,91,172); }

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

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

 span { border-color: rgb(214,91,172); }

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