Html Css Color HEX #D998C7 Shocking

📋 copy color: '#D998C7'

red 217 ◦ green 152 ◦ blue 199

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

Shades of Shocking #D998C7

Tints of Shocking #D998C7

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.76%

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

R = 38.2%
G = 26.76%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D998C7 (or 0xD998C7) is known color: Shocking. HEX triplet: D9, 98 and C7. RGB value is (217,152,199). Sum of RGB (Red+Green+Blue) = 217+152+199=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 152 (59.77% from 255 or 26.76% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D998C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998C7 is #266738. Grayscale: #B0B0B0. Windows color (decimal): -2516793 or 13080793. OLE color: 13080793.

HSL color Cylindrical-coordinate representation of color #D998C7: hue angle of 316.62º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D998C7 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 152 199 -
CMYK 0 0.30 0.08 0.15
HSL 316.62º 0.46% 0.72% -
HSV(B) 316.62º 0.3% 0.85% -
XYZ 50.15 41.33 59.37 -
YUV 176.79 140.53 156.68 -
System Red Green Blue C M Y K H S L
Decimal 217 152 199 0 0.30 0.08 0.15 316.62 0.46 0.72
Hex D9 98 C7 0 1E 8 F 13D 2E 48
Octal 331 230 307 0 36 10 17 475 56 110
Binary 11011001 10011000 11000111 0 11110 1000 1111 100111101 101110 1001000

Color Harmonies of #D998C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D998C7

Black with #D998C7

Text Example


Text Example

White with #D998C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D998C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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