Html Css Color HEX #D175AA Hopbush

📋 copy color: '#D175AA'

red 209 ◦ green 117 ◦ blue 170

#D175AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #D175AA

Tints of Hopbush #D175AA

RGB

 RED value IS 209 (82.03% from 255) = 42.14%

 GREEN value IS 117 (46.09% from 255) = 23.59%

 BLUE value IS 170 (66.8% from 255) = 34.27%

R = 42.14%
G = 23.59%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D175AA (or 0xD175AA) is known color: Hopbush. HEX triplet: D1, 75 and AA. RGB value is (209,117,170). Sum of RGB (Red+Green+Blue) = 209+117+170=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D175AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D175AA is #2E8A55. Grayscale: #969696. Windows color (decimal): -3050070 or 11171281. OLE color: 11171281.

HSL color Cylindrical-coordinate representation of color #D175AA: hue angle of 325.43º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D175AA is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 117 170 -
CMYK 0 0.44 0.19 0.18
HSL 325.43º 0.5% 0.64% -
HSV(B) 325.43º 0.44% 0.82% -
XYZ 39.91 29.18 41.56 -
YUV 150.55 138.98 169.69 -
System Red Green Blue C M Y K H S L
Decimal 209 117 170 0 0.44 0.19 0.18 325.43 0.5 0.64
Hex D1 75 AA 0 2C 13 12 145 32 40
Octal 321 165 252 0 54 23 22 505 62 100
Binary 11010001 1110101 10101010 0 101100 10011 10010 101000101 110010 1000000

Color Harmonies of #D175AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D175AA

Black with #D175AA

Text Example


Text Example

White with #D175AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D175AA; }

 p { color: rgb(209,117,170); }

 H1.HeaderClassName
 {
   color: #D175AA;
 }
 .AnyTagClassName
 {
   color: #D175AA;
 }
</style>

background-color css

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

 a { background-color: rgb(209,117,170); }

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

border-color css

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

 span { border-color: rgb(209,117,170); }

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