Html Css Color HEX #D961AD Hopbush

📋 copy color: '#D961AD'

red 217 ◦ green 97 ◦ blue 173

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

Shades of Hopbush #D961AD

Tints of Hopbush #D961AD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.92%

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

R = 44.56%
G = 19.92%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D961AD (or 0xD961AD) is known color: Hopbush. HEX triplet: D9, 61 and AD. RGB value is (217,97,173). Sum of RGB (Red+Green+Blue) = 217+97+173=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D961AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D961AD is #269E52. Grayscale: #8D8D8D. Windows color (decimal): -2530899 or 11362777. OLE color: 11362777.

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

Color convert

RGB 217 97 173 -
CMYK 0 0.55 0.20 0.15
HSL 322º 0.61% 0.62% -
HSV(B) 322º 0.55% 0.85% -
XYZ 40.43 26.32 42.48 -
YUV 141.54 145.76 181.82 -
System Red Green Blue C M Y K H S L
Decimal 217 97 173 0 0.55 0.20 0.15 322 0.61 0.62
Hex D9 61 AD 0 37 14 F 142 3D 3E
Octal 331 141 255 0 67 24 17 502 75 76
Binary 11011001 1100001 10101101 0 110111 10100 1111 101000010 111101 111110

Color Harmonies of #D961AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D961AD

Black with #D961AD

Text Example


Text Example

White with #D961AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D961AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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