Html Css Color HEX #D974AD Hopbush

📋 copy color: '#D974AD'

red 217 ◦ green 116 ◦ blue 173

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

Shades of Hopbush #D974AD

Tints of Hopbush #D974AD

RGB

 RED value IS 217 (85.16% from 255) = 42.89%

 GREEN value IS 116 (45.7% from 255) = 22.92%

 BLUE value IS 173 (67.97% from 255) = 34.19%

R = 42.89%
G = 22.92%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D974AD (or 0xD974AD) is known color: Hopbush. HEX triplet: D9, 74 and AD. RGB value is (217,116,173). Sum of RGB (Red+Green+Blue) = 217+116+173=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D974AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D974AD is #268B52. Grayscale: #989898. Windows color (decimal): -2526035 or 11367641. OLE color: 11367641.

HSL color Cylindrical-coordinate representation of color #D974AD: hue angle of 326.14º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D974AD is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 116 173 -
CMYK 0 0.47 0.20 0.15
HSL 326.14º 0.57% 0.65% -
HSV(B) 326.14º 0.47% 0.85% -
XYZ 42.4 30.26 43.14 -
YUV 152.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 217 116 173 0 0.47 0.20 0.15 326.14 0.57 0.65
Hex D9 74 AD 0 2F 14 F 146 39 41
Octal 331 164 255 0 57 24 17 506 71 101
Binary 11011001 1110100 10101101 0 101111 10100 1111 101000110 111001 1000001

Color Harmonies of #D974AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D974AD

Black with #D974AD

Text Example


Text Example

White with #D974AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D974AD; }

 p { color: rgb(217,116,173); }

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

background-color css

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

 a { background-color: rgb(217,116,173); }

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

border-color css

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

 span { border-color: rgb(217,116,173); }

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