#D65BAD

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

Shades of Hopbush #D65BAD

Tints of Hopbush #D65BAD

Color information

#D65BAD (or 0xD65BAD) is unknown color: approx Hopbush. HEX triplet: D6, 5B and AD. RGB value is (214,91,173). Sum of RGB (Red+Green+Blue) = 214+91+173=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D65BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65BAD is #29A452. Grayscale: #888888. Windows color (decimal): -2729043 or 11361238. OLE color: 11361238.

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

Color convert

RGB21491173-
CMYK00.570.190.16
HSL320º60%59.8%-
HSV(B)320º57.48%83.92%-
XYZ39.0224.842.26-
YUV137.12148.25182.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.77%
GREEN value IS 91 (35.94% from 255) = 19.04%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=44.77%
G=19.04%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149117300.570.190.163206059.8
HexD65BAD03913101403c3c
Octal32613325507123205007474
Binary1101011010110111010110101110011001110000101000000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65BAD; }

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

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

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

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

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

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

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

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