Html Css Color HEX #D999BD Shocking

📋 copy color: '#D999BD'

red 217 ◦ green 153 ◦ blue 189

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

Shades of Shocking #D999BD

Tints of Shocking #D999BD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.37%

 BLUE value IS 189 (74.22% from 255) = 33.81%

R = 38.82%
G = 27.37%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D999BD (or 0xD999BD) is known color: Shocking. HEX triplet: D9, 99 and BD. RGB value is (217,153,189). Sum of RGB (Red+Green+Blue) = 217+153+189=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D999BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999BD is #266642. Grayscale: #B0B0B0. Windows color (decimal): -2516547 or 12425689. OLE color: 12425689.

HSL color Cylindrical-coordinate representation of color #D999BD: hue angle of 326.25º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D999BD is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 153 189 -
CMYK 0 0.29 0.13 0.15
HSL 326.25º 0.46% 0.73% -
HSV(B) 326.25º 0.29% 0.85% -
XYZ 49.19 41.21 53.51 -
YUV 176.24 135.2 157.07 -
System Red Green Blue C M Y K H S L
Decimal 217 153 189 0 0.29 0.13 0.15 326.25 0.46 0.73
Hex D9 99 BD 0 1D D F 146 2E 49
Octal 331 231 275 0 35 15 17 506 56 111
Binary 11011001 10011001 10111101 0 11101 1101 1111 101000110 101110 1001001

Color Harmonies of #D999BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D999BD

Black with #D999BD

Text Example


Text Example

White with #D999BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D999BD; }

 p { color: rgb(217,153,189); }

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

background-color css

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

 a { background-color: rgb(217,153,189); }

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

border-color css

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

 span { border-color: rgb(217,153,189); }

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