Html Css Color HEX #D963AD Hopbush

📋 copy color: '#D963AD'

red 217 ◦ green 99 ◦ blue 173

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

Shades of Hopbush #D963AD

Tints of Hopbush #D963AD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.25%

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

R = 44.38%
G = 20.25%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D963AD (or 0xD963AD) is known color: Hopbush. HEX triplet: D9, 63 and AD. RGB value is (217,99,173). Sum of RGB (Red+Green+Blue) = 217+99+173=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D963AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D963AD is #269C52. Grayscale: #8E8E8E. Windows color (decimal): -2530387 or 11363289. OLE color: 11363289.

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

Color convert

RGB 217 99 173 -
CMYK 0 0.54 0.20 0.15
HSL 322.37º 0.61% 0.62% -
HSV(B) 322.37º 0.54% 0.85% -
XYZ 40.62 26.69 42.55 -
YUV 142.72 145.09 180.98 -
System Red Green Blue C M Y K H S L
Decimal 217 99 173 0 0.54 0.20 0.15 322.37 0.61 0.62
Hex D9 63 AD 0 36 14 F 142 3D 3E
Octal 331 143 255 0 66 24 17 502 75 76
Binary 11011001 1100011 10101101 0 110110 10100 1111 101000010 111101 111110

Color Harmonies of #D963AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D963AD

Black with #D963AD

Text Example


Text Example

White with #D963AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D963AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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