Html Css Color HEX #D971AD Hopbush

📋 copy color: '#D971AD'

red 217 ◦ green 113 ◦ blue 173

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

Shades of Hopbush #D971AD

Tints of Hopbush #D971AD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.47%

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

R = 43.14%
G = 22.47%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D971AD (or 0xD971AD) is known color: Hopbush. HEX triplet: D9, 71 and AD. RGB value is (217,113,173). Sum of RGB (Red+Green+Blue) = 217+113+173=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D971AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D971AD is #268E52. Grayscale: #969696. Windows color (decimal): -2526803 or 11366873. OLE color: 11366873.

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

Color convert

RGB 217 113 173 -
CMYK 0 0.48 0.20 0.15
HSL 325.38º 0.58% 0.65% -
HSV(B) 325.38º 0.48% 0.85% -
XYZ 42.06 29.58 43.03 -
YUV 150.94 140.46 175.12 -
System Red Green Blue C M Y K H S L
Decimal 217 113 173 0 0.48 0.20 0.15 325.38 0.58 0.65
Hex D9 71 AD 0 30 14 F 145 3A 41
Octal 331 161 255 0 60 24 17 505 72 101
Binary 11011001 1110001 10101101 0 110000 10100 1111 101000101 111010 1000001

Color Harmonies of #D971AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D971AD

Black with #D971AD

Text Example


Text Example

White with #D971AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D971AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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