Html Css Color HEX #D988BB Shocking

📋 copy color: '#D988BB'

red 217 ◦ green 136 ◦ blue 187

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

Shades of Shocking #D988BB

Tints of Shocking #D988BB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.19%

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

R = 40.19%
G = 25.19%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D988BB (or 0xD988BB) is known color: Shocking. HEX triplet: D9, 88 and BB. RGB value is (217,136,187). Sum of RGB (Red+Green+Blue) = 217+136+187=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D988BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988BB is #267744. Grayscale: #A5A5A5. Windows color (decimal): -2520901 or 12290265. OLE color: 12290265.

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

Color convert

RGB 217 136 187 -
CMYK 0 0.37 0.14 0.15
HSL 322.22º 0.52% 0.69% -
HSV(B) 322.22º 0.37% 0.85% -
XYZ 46.39 35.95 51.51 -
YUV 166.03 139.84 164.35 -
System Red Green Blue C M Y K H S L
Decimal 217 136 187 0 0.37 0.14 0.15 322.22 0.52 0.69
Hex D9 88 BB 0 25 E F 142 34 45
Octal 331 210 273 0 45 16 17 502 64 105
Binary 11011001 10001000 10111011 0 100101 1110 1111 101000010 110100 1000101

Color Harmonies of #D988BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D988BB

Black with #D988BB

Text Example


Text Example

White with #D988BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D988BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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