#D65C9D

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

Shades of Hopbush #D65C9D

Tints of Hopbush #D65C9D

Color information

#D65C9D (or 0xD65C9D) is unknown color: approx Hopbush. HEX triplet: D6, 5C and 9D. RGB value is (214,92,157). Sum of RGB (Red+Green+Blue) = 214+92+157=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65C9D is #29A362. Grayscale: #878787. Windows color (decimal): -2728803 or 10312918. OLE color: 10312918.

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

Color convert

RGB21492157-
CMYK00.570.270.16
HSL328.03º59.8%60%-
HSV(B)328.03º57.01%83.92%-
XYZ37.6424.3834.62-
YUV135.89139.92183.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.22%
GREEN value IS 92 (36.33% from 255) = 19.87%
BLUE value IS 157 (61.72% from 255) = 33.91%
R=46.22%
G=19.87%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149215700.570.270.16328.0359.860
HexD65C9D0391B101483c3c
Octal32613423507133205107474
Binary1101011010111001001110101110011101110000101001000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65C9D; }

 p { color: rgb(214,92,157); }

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

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

 a { background-color: rgb(214,92,157); }

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

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

 span { border-color: rgb(214,92,157); }

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