Html Css Color HEX #D96FAB Hopbush

📋 copy color: '#D96FAB'

red 217 ◦ green 111 ◦ blue 171

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

Shades of Hopbush #D96FAB

Tints of Hopbush #D96FAB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.24%

 BLUE value IS 171 (67.19% from 255) = 34.27%

R = 43.49%
G = 22.24%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D96FAB (or 0xD96FAB) is known color: Hopbush. HEX triplet: D9, 6F and AB. RGB value is (217,111,171). Sum of RGB (Red+Green+Blue) = 217+111+171=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96FAB is #269054. Grayscale: #959595. Windows color (decimal): -2527317 or 11235289. OLE color: 11235289.

HSL color Cylindrical-coordinate representation of color #D96FAB: hue angle of 326.04º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D96FAB is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 111 171 -
CMYK 0 0.49 0.21 0.15
HSL 326.04º 0.58% 0.64% -
HSV(B) 326.04º 0.49% 0.85% -
XYZ 41.65 29.06 41.94 -
YUV 149.53 140.12 176.12 -
System Red Green Blue C M Y K H S L
Decimal 217 111 171 0 0.49 0.21 0.15 326.04 0.58 0.64
Hex D9 6F AB 0 31 15 F 146 3A 40
Octal 331 157 253 0 61 25 17 506 72 100
Binary 11011001 1101111 10101011 0 110001 10101 1111 101000110 111010 1000000

Color Harmonies of #D96FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96FAB

Black with #D96FAB

Text Example


Text Example

White with #D96FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96FAB; }

 p { color: rgb(217,111,171); }

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

background-color css

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

 a { background-color: rgb(217,111,171); }

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

border-color css

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

 span { border-color: rgb(217,111,171); }

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