Html Css Color HEX #D975AD Hopbush

📋 copy color: '#D975AD'

red 217 ◦ green 117 ◦ blue 173

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

Shades of Hopbush #D975AD

Tints of Hopbush #D975AD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.08%

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

R = 42.8%
G = 23.08%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D975AD (or 0xD975AD) is known color: Hopbush. HEX triplet: D9, 75 and AD. RGB value is (217,117,173). Sum of RGB (Red+Green+Blue) = 217+117+173=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D975AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D975AD is #268A52. Grayscale: #999999. Windows color (decimal): -2525779 or 11367897. OLE color: 11367897.

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

Color convert

RGB 217 117 173 -
CMYK 0 0.46 0.20 0.15
HSL 326.4º 0.57% 0.65% -
HSV(B) 326.4º 0.46% 0.85% -
XYZ 42.52 30.49 43.18 -
YUV 153.28 139.13 173.45 -
System Red Green Blue C M Y K H S L
Decimal 217 117 173 0 0.46 0.20 0.15 326.4 0.57 0.65
Hex D9 75 AD 0 2E 14 F 146 39 41
Octal 331 165 255 0 56 24 17 506 71 101
Binary 11011001 1110101 10101101 0 101110 10100 1111 101000110 111001 1000001

Color Harmonies of #D975AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D975AD

Black with #D975AD

Text Example


Text Example

White with #D975AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D975AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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