Html Css Color HEX #D996BC Shocking

📋 copy color: '#D996BC'

red 217 ◦ green 150 ◦ blue 188

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

Shades of Shocking #D996BC

Tints of Shocking #D996BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.87%

R = 39.1%
G = 27.03%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D996BC (or 0xD996BC) is known color: Shocking. HEX triplet: D9, 96 and BC. RGB value is (217,150,188). Sum of RGB (Red+Green+Blue) = 217+150+188=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D996BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996BC is #266943. Grayscale: #AEAEAE. Windows color (decimal): -2517316 or 12359385. OLE color: 12359385.

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

Color convert

RGB 217 150 188 -
CMYK 0 0.31 0.13 0.15
HSL 325.97º 0.47% 0.72% -
HSV(B) 325.97º 0.31% 0.85% -
XYZ 48.6 40.2 52.77 -
YUV 174.37 135.7 158.41 -
System Red Green Blue C M Y K H S L
Decimal 217 150 188 0 0.31 0.13 0.15 325.97 0.47 0.72
Hex D9 96 BC 0 1F D F 146 2F 48
Octal 331 226 274 0 37 15 17 506 57 110
Binary 11011001 10010110 10111100 0 11111 1101 1111 101000110 101111 1001000

Color Harmonies of #D996BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D996BC

Black with #D996BC

Text Example


Text Example

White with #D996BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D996BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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