Html Css Color HEX #D99EB6 Shocking

📋 copy color: '#D99EB6'

red 217 ◦ green 158 ◦ blue 182

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

Shades of Shocking #D99EB6

Tints of Shocking #D99EB6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.37%

 BLUE value IS 182 (71.48% from 255) = 32.68%

R = 38.96%
G = 28.37%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D99EB6 (or 0xD99EB6) is known color: Shocking. HEX triplet: D9, 9E and B6. RGB value is (217,158,182). Sum of RGB (Red+Green+Blue) = 217+158+182=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D99EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99EB6 is #266149. Grayscale: #B2B2B2. Windows color (decimal): -2515274 or 11968217. OLE color: 11968217.

HSL color Cylindrical-coordinate representation of color #D99EB6: hue angle of 335.59º degrees, saturation: 0.44, 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 #D99EB6 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 158 182 -
CMYK 0 0.27 0.16 0.15
HSL 335.59º 0.44% 0.74% -
HSV(B) 335.59º 0.27% 0.85% -
XYZ 49.29 42.58 49.88 -
YUV 178.38 130.05 155.55 -
System Red Green Blue C M Y K H S L
Decimal 217 158 182 0 0.27 0.16 0.15 335.59 0.44 0.74
Hex D9 9E B6 0 1B 10 F 150 2C 4A
Octal 331 236 266 0 33 20 17 520 54 112
Binary 11011001 10011110 10110110 0 11011 10000 1111 101010000 101100 1001010

Color Harmonies of #D99EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99EB6

Black with #D99EB6

Text Example


Text Example

White with #D99EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99EB6; }

 p { color: rgb(217,158,182); }

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

background-color css

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

 a { background-color: rgb(217,158,182); }

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

border-color css

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

 span { border-color: rgb(217,158,182); }

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