Html Css Color HEX #D99FBB Shocking

📋 copy color: '#D99FBB'

red 217 ◦ green 159 ◦ blue 187

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

Shades of Shocking #D99FBB

Tints of Shocking #D99FBB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.24%

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

R = 38.54%
G = 28.24%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D99FBB (or 0xD99FBB) is known color: Shocking. HEX triplet: D9, 9F and BB. RGB value is (217,159,187). Sum of RGB (Red+Green+Blue) = 217+159+187=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FBB is #266044. Grayscale: #B3B3B3. Windows color (decimal): -2515013 or 12296153. OLE color: 12296153.

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

Color convert

RGB 217 159 187 -
CMYK 0 0.27 0.14 0.15
HSL 331.03º 0.43% 0.74% -
HSV(B) 331.03º 0.27% 0.85% -
XYZ 49.98 43.14 52.71 -
YUV 179.53 132.22 154.72 -
System Red Green Blue C M Y K H S L
Decimal 217 159 187 0 0.27 0.14 0.15 331.03 0.43 0.74
Hex D9 9F BB 0 1B E F 14B 2B 4A
Octal 331 237 273 0 33 16 17 513 53 112
Binary 11011001 10011111 10111011 0 11011 1110 1111 101001011 101011 1001010

Color Harmonies of #D99FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99FBB

Black with #D99FBB

Text Example


Text Example

White with #D99FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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