#D65C8F

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

Shades of Hopbush #D65C8F

Tints of Hopbush #D65C8F

Color information

#D65C8F (or 0xD65C8F) is unknown color: approx Hopbush. HEX triplet: D6, 5C and 8F. RGB value is (214,92,143). Sum of RGB (Red+Green+Blue) = 214+92+143=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65C8F is #29A370. Grayscale: #868686. Windows color (decimal): -2728817 or 9395414. OLE color: 9395414.

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

Color convert

RGB21492143-
CMYK00.570.330.16
HSL334.92º59.8%60%-
HSV(B)334.92º57.01%83.92%-
XYZ36.5223.9328.68-
YUV134.29132.92184.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.66%
GREEN value IS 92 (36.33% from 255) = 20.49%
BLUE value IS 143 (56.25% from 255) = 31.85%
R=47.66%
G=20.49%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149214300.570.330.16334.9259.860
HexD65C8F039211014f3c3c
Octal32613421707141205177474
Binary11010110101110010001111011100110000110000101001111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65C8F; }

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

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

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

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

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

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

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

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