Html Css Color HEX #D958AD Hopbush

📋 copy color: '#D958AD'

red 217 ◦ green 88 ◦ blue 173

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

Shades of Hopbush #D958AD

Tints of Hopbush #D958AD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.41%

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

R = 45.4%
G = 18.41%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D958AD (or 0xD958AD) is known color: Hopbush. HEX triplet: D9, 58 and AD. RGB value is (217,88,173). Sum of RGB (Red+Green+Blue) = 217+88+173=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D958AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D958AD is #26A752. Grayscale: #888888. Windows color (decimal): -2533203 or 11360473. OLE color: 11360473.

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

Color convert

RGB 217 88 173 -
CMYK 0 0.59 0.20 0.15
HSL 320.47º 0.63% 0.6% -
HSV(B) 320.47º 0.59% 0.85% -
XYZ 39.65 24.75 42.22 -
YUV 136.26 148.74 185.59 -
System Red Green Blue C M Y K H S L
Decimal 217 88 173 0 0.59 0.20 0.15 320.47 0.63 0.6
Hex D9 58 AD 0 3B 14 F 140 3F 3C
Octal 331 130 255 0 73 24 17 500 77 74
Binary 11011001 1011000 10101101 0 111011 10100 1111 101000000 111111 111100

Color Harmonies of #D958AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D958AD

Black with #D958AD

Text Example


Text Example

White with #D958AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D958AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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