#d75f8f

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

Shades of Hopbush #D75F8F

Tints of Hopbush #D75F8F

Color information

#D75F8F (or 0xD75F8F) is unknown color: approx Hopbush. HEX triplet: D7, 5F and 8F. RGB value is (215,95,143). Sum of RGB (Red+Green+Blue) = 215+95+143=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75F8F is #28A070. Grayscale: #888888. Windows color (decimal): -2662513 or 9396183. OLE color: 9396183.

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

Color convert

RGB21595143-
CMYK00.560.330.16
HSL336º60%60.78%-
HSV(B)336º55.81%84.31%-
XYZ37.0724.6128.78-
YUV136.35131.76184.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.46%
GREEN value IS 95 (37.5% from 255) = 20.97%
BLUE value IS 143 (56.25% from 255) = 31.57%
R=47.46%
G=20.97%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159514300.560.330.163366060.78
HexD75F8F03821101503c3d
Octal32713721707041205207475
Binary11010111101111110001111011100010000110000101010000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d75f8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d75f8f; }

 p { color: rgb(215,95,143); }

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

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

 a { background-color: rgb(215,95,143); }

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

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

 span { border-color: rgb(215,95,143); }

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