#D75C8C

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

Shades of Hopbush #D75C8C

Tints of Hopbush #D75C8C

Color information

#D75C8C (or 0xD75C8C) is unknown color: approx Hopbush. HEX triplet: D7, 5C and 8C. RGB value is (215,92,140). Sum of RGB (Red+Green+Blue) = 215+92+140=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75C8C is #28A373. Grayscale: #868686. Windows color (decimal): -2663284 or 9198807. OLE color: 9198807.

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

Color convert

RGB21592140-
CMYK00.570.350.16
HSL336.59º60.59%60.2%-
HSV(B)336.59º57.21%84.31%-
XYZ36.5923.9927.51-
YUV134.25131.25185.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.10%
GREEN value IS 92 (36.33% from 255) = 20.58%
BLUE value IS 140 (55.08% from 255) = 31.32%
R=48.10%
G=20.58%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159214000.570.350.16336.5960.5960.2
HexD75C8C03923101513d3c
Octal32713421407143205217574
Binary11010111101110010001100011100110001110000101010001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75C8C; }

 p { color: rgb(215,92,140); }

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

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

 a { background-color: rgb(215,92,140); }

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

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

 span { border-color: rgb(215,92,140); }

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