Html Css Color HEX #D996BF Shocking

📋 copy color: '#D996BF'

red 217 ◦ green 150 ◦ blue 191

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

Shades of Shocking #D996BF

Tints of Shocking #D996BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.23%

R = 38.89%
G = 26.88%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D996BF (or 0xD996BF) is known color: Shocking. HEX triplet: D9, 96 and BF. RGB value is (217,150,191). Sum of RGB (Red+Green+Blue) = 217+150+191=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D996BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996BF is #266940. Grayscale: #AEAEAE. Windows color (decimal): -2517313 or 12555993. OLE color: 12555993.

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

Color convert

RGB 217 150 191 -
CMYK 0 0.31 0.12 0.15
HSL 323.28º 0.47% 0.72% -
HSV(B) 323.28º 0.31% 0.85% -
XYZ 48.93 40.33 54.5 -
YUV 174.71 137.2 158.17 -
System Red Green Blue C M Y K H S L
Decimal 217 150 191 0 0.31 0.12 0.15 323.28 0.47 0.72
Hex D9 96 BF 0 1F C F 143 2F 48
Octal 331 226 277 0 37 14 17 503 57 110
Binary 11011001 10010110 10111111 0 11111 1100 1111 101000011 101111 1001000

Color Harmonies of #D996BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D996BF

Black with #D996BF

Text Example


Text Example

White with #D996BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D996BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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