Html Css Color HEX #D175B0 Hopbush

📋 copy color: '#D175B0'

red 209 ◦ green 117 ◦ blue 176

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

Shades of Hopbush #D175B0

Tints of Hopbush #D175B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.06%

R = 41.63%
G = 23.31%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D175B0 (or 0xD175B0) is known color: Hopbush. HEX triplet: D1, 75 and B0. RGB value is (209,117,176). Sum of RGB (Red+Green+Blue) = 209+117+176=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D175B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D175B0 is #2E8A4F. Grayscale: #979797. Windows color (decimal): -3050064 or 11564497. OLE color: 11564497.

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

Color convert

RGB 209 117 176 -
CMYK 0 0.44 0.16 0.18
HSL 321.52º 0.5% 0.64% -
HSV(B) 321.52º 0.44% 0.82% -
XYZ 40.49 29.41 44.62 -
YUV 151.23 141.98 169.2 -
System Red Green Blue C M Y K H S L
Decimal 209 117 176 0 0.44 0.16 0.18 321.52 0.5 0.64
Hex D1 75 B0 0 2C 10 12 142 32 40
Octal 321 165 260 0 54 20 22 502 62 100
Binary 11010001 1110101 10110000 0 101100 10000 10010 101000010 110010 1000000

Color Harmonies of #D175B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D175B0

Black with #D175B0

Text Example


Text Example

White with #D175B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D175B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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