Html Css Color HEX #D896BB Shocking

📋 copy color: '#D896BB'

red 216 ◦ green 150 ◦ blue 187

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

Shades of Shocking #D896BB

Tints of Shocking #D896BB

RGB

 RED value IS 216 (84.77% from 255) = 39.06%

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

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

R = 39.06%
G = 27.12%
B = 33.82%

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

#D896BB (or 0xD896BB) is known color: Shocking. HEX triplet: D8, 96 and BB. RGB value is (216,150,187). Sum of RGB (Red+Green+Blue) = 216+150+187=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D896BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D896BB is #276944. Grayscale: #ADADAD. Windows color (decimal): -2582853 or 12293848. OLE color: 12293848.

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

Color convert

RGB 216 150 187 -
CMYK 0 0.31 0.13 0.15
HSL 326.36º 0.46% 0.72% -
HSV(B) 326.36º 0.31% 0.85% -
XYZ 48.19 40 52.19 -
YUV 173.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 216 150 187 0 0.31 0.13 0.15 326.36 0.46 0.72
Hex D8 96 BB 0 1F D F 146 2E 48
Octal 330 226 273 0 37 15 17 506 56 110
Binary 11011000 10010110 10111011 0 11111 1101 1111 101000110 101110 1001000

Color Harmonies of #D896BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D896BB

Black with #D896BB

Text Example


Text Example

White with #D896BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D896BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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