#D75CA8

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

Shades of Hopbush #D75CA8

Tints of Hopbush #D75CA8

Color information

#D75CA8 (or 0xD75CA8) is unknown color: approx Hopbush. HEX triplet: D7, 5C and A8. RGB value is (215,92,168). Sum of RGB (Red+Green+Blue) = 215+92+168=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D75CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75CA8 is #28A357. Grayscale: #898989. Windows color (decimal): -2663256 or 11033815. OLE color: 11033815.

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

Color convert

RGB21592168-
CMYK00.570.220.16
HSL322.93º60.59%60.2%-
HSV(B)322.93º57.21%84.31%-
XYZ38.9224.9339.81-
YUV137.44145.25183.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.26%
GREEN value IS 92 (36.33% from 255) = 19.37%
BLUE value IS 168 (66.02% from 255) = 35.37%
R=45.26%
G=19.37%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159216800.570.220.16322.9360.5960.2
HexD75CA803916101433d3c
Octal32713425007126205037574
Binary1101011110111001010100001110011011010000101000011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75CA8; }

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

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

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

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

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

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

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

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