#D65F8C

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

Shades of Hopbush #D65F8C

Tints of Hopbush #D65F8C

Color information

#D65F8C (or 0xD65F8C) is unknown color: approx Hopbush. HEX triplet: D6, 5F and 8C. RGB value is (214,95,140). Sum of RGB (Red+Green+Blue) = 214+95+140=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65F8C is #29A073. Grayscale: #878787. Windows color (decimal): -2728052 or 9199574. OLE color: 9199574.

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

Color convert

RGB21495140-
CMYK00.560.350.16
HSL337.31º59.2%60.59%-
HSV(B)337.31º55.61%83.92%-
XYZ36.5624.3727.59-
YUV135.71130.42183.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.66%
GREEN value IS 95 (37.5% from 255) = 21.16%
BLUE value IS 140 (55.08% from 255) = 31.18%
R=47.66%
G=21.16%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149514000.560.350.16337.3159.260.59
HexD65F8C03823101513b3d
Octal32613721407043205217375
Binary11010110101111110001100011100010001110000101010001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65F8C; }

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

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

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

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

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

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

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

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