#D65BA2

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

Shades of Hopbush #D65BA2

Tints of Hopbush #D65BA2

Color information

#D65BA2 (or 0xD65BA2) is unknown color: approx Hopbush. HEX triplet: D6, 5B and A2. RGB value is (214,91,162). Sum of RGB (Red+Green+Blue) = 214+91+162=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D65BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65BA2 is #29A45D. Grayscale: #878787. Windows color (decimal): -2729054 or 10640342. OLE color: 10640342.

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

Color convert

RGB21491162-
CMYK00.570.240.16
HSL325.37º60%59.8%-
HSV(B)325.37º57.48%83.92%-
XYZ37.9924.3936.89-
YUV135.87142.75183.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.82%
GREEN value IS 91 (35.94% from 255) = 19.49%
BLUE value IS 162 (63.67% from 255) = 34.69%
R=45.82%
G=19.49%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149116200.570.240.16325.376059.8
HexD65BA203918101453c3c
Octal32613324207130205057474
Binary1101011010110111010001001110011100010000101000101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65BA2; }

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

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

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

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

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

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

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

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