Html Css Color HEX #D970AD Hopbush

📋 copy color: '#D970AD'

red 217 ◦ green 112 ◦ blue 173

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

Shades of Hopbush #D970AD

Tints of Hopbush #D970AD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.31%

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

R = 43.23%
G = 22.31%
B = 34.46%

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

#D970AD (or 0xD970AD) is known color: Hopbush. HEX triplet: D9, 70 and AD. RGB value is (217,112,173). Sum of RGB (Red+Green+Blue) = 217+112+173=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D970AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D970AD is #268F52. Grayscale: #969696. Windows color (decimal): -2527059 or 11366617. OLE color: 11366617.

HSL color Cylindrical-coordinate representation of color #D970AD: hue angle of 325.14º 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 #D970AD is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 112 173 -
CMYK 0 0.48 0.20 0.15
HSL 325.14º 0.58% 0.65% -
HSV(B) 325.14º 0.48% 0.85% -
XYZ 41.95 29.36 42.99 -
YUV 150.35 140.79 175.54 -
System Red Green Blue C M Y K H S L
Decimal 217 112 173 0 0.48 0.20 0.15 325.14 0.58 0.65
Hex D9 70 AD 0 30 14 F 145 3A 41
Octal 331 160 255 0 60 24 17 505 72 101
Binary 11011001 1110000 10101101 0 110000 10100 1111 101000101 111010 1000001

Color Harmonies of #D970AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D970AD

Black with #D970AD

Text Example


Text Example

White with #D970AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D970AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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