Html Css Color HEX #D999C7 Shocking

📋 copy color: '#D999C7'

red 217 ◦ green 153 ◦ blue 199

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

Shades of Shocking #D999C7

Tints of Shocking #D999C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.97%

R = 38.14%
G = 26.89%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D999C7 (or 0xD999C7) is known color: Shocking. HEX triplet: D9, 99 and C7. RGB value is (217,153,199). Sum of RGB (Red+Green+Blue) = 217+153+199=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 199 (78.12% from 255 or 34.97% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D999C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999C7 is #266638. Grayscale: #B1B1B1. Windows color (decimal): -2516537 or 13081049. OLE color: 13081049.

HSL color Cylindrical-coordinate representation of color #D999C7: hue angle of 316.88º 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 #D999C7 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 153 199 -
CMYK 0 0.29 0.08 0.15
HSL 316.88º 0.46% 0.73% -
HSV(B) 316.88º 0.29% 0.85% -
XYZ 50.32 41.66 59.42 -
YUV 177.38 140.2 156.26 -
System Red Green Blue C M Y K H S L
Decimal 217 153 199 0 0.29 0.08 0.15 316.88 0.46 0.73
Hex D9 99 C7 0 1D 8 F 13D 2E 49
Octal 331 231 307 0 35 10 17 475 56 111
Binary 11011001 10011001 11000111 0 11101 1000 1111 100111101 101110 1001001

Color Harmonies of #D999C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D999C7

Black with #D999C7

Text Example


Text Example

White with #D999C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D999C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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