#D375AF

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

Shades of Hopbush #D375AF

Tints of Hopbush #D375AF

Color information

#D375AF (or 0xD375AF) is unknown color: approx Hopbush. HEX triplet: D3, 75 and AF. RGB value is (211,117,175). Sum of RGB (Red+Green+Blue) = 211+117+175=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 211 - color contains mainly: red. Hex color #D375AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D375AF is #2C8A50. Grayscale: #979797. Windows color (decimal): -2918993 or 11498963. OLE color: 11498963.

HSL color Cylindrical-coordinate representation of color #D375AF: hue angle of 322.98º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D375AF is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB211117175-
CMYK00.450.170.17
HSL322.98º51.65%64.31%-
HSV(B)322.98º44.55%82.75%-
XYZ40.9629.6744.12-
YUV151.72141.14170.28-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.95%
GREEN value IS 117 (46.09% from 255) = 23.26%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=41.95%
G=23.26%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111717500.450.170.17322.9851.6564.31
HexD375AF02D11111433440
Octal323165257055212150364100
Binary11010011111010110101111010110110001100011010000111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D375AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D375AF; }

 p { color: rgb(211,117,175); }

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

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

 a { background-color: rgb(211,117,175); }

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

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

 span { border-color: rgb(211,117,175); }

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