Html Css Color HEX #D996BB Shocking

📋 copy color: '#D996BB'

red 217 ◦ green 150 ◦ blue 187

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

Shades of Shocking #D996BB

Tints of Shocking #D996BB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.08%

 BLUE value IS 187 (73.44% from 255) = 33.75%

R = 39.17%
G = 27.08%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D996BB (or 0xD996BB) is known color: Shocking. HEX triplet: D9, 96 and BB. RGB value is (217,150,187). Sum of RGB (Red+Green+Blue) = 217+150+187=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D996BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996BB is #266944. Grayscale: #AEAEAE. Windows color (decimal): -2517317 or 12293849. OLE color: 12293849.

HSL color Cylindrical-coordinate representation of color #D996BB: hue angle of 326.87º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D996BB is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 150 187 -
CMYK 0 0.31 0.14 0.15
HSL 326.87º 0.47% 0.72% -
HSV(B) 326.87º 0.31% 0.85% -
XYZ 48.49 40.15 52.21 -
YUV 174.25 135.2 158.49 -
System Red Green Blue C M Y K H S L
Decimal 217 150 187 0 0.31 0.14 0.15 326.87 0.47 0.72
Hex D9 96 BB 0 1F E F 147 2F 48
Octal 331 226 273 0 37 16 17 507 57 110
Binary 11011001 10010110 10111011 0 11111 1110 1111 101000111 101111 1001000

Color Harmonies of #D996BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D996BB

Black with #D996BB

Text Example


Text Example

White with #D996BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D996BB; }

 p { color: rgb(217,150,187); }

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

background-color css

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

 a { background-color: rgb(217,150,187); }

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

border-color css

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

 span { border-color: rgb(217,150,187); }

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