Html Css Color HEX #D998C5 Shocking

📋 copy color: '#D998C5'

red 217 ◦ green 152 ◦ blue 197

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

Shades of Shocking #D998C5

Tints of Shocking #D998C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.81%

R = 38.34%
G = 26.86%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D998C5 (or 0xD998C5) is known color: Shocking. HEX triplet: D9, 98 and C5. RGB value is (217,152,197). Sum of RGB (Red+Green+Blue) = 217+152+197=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D998C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998C5 is #26673A. Grayscale: #B0B0B0. Windows color (decimal): -2516795 or 12949721. OLE color: 12949721.

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

Color convert

RGB 217 152 197 -
CMYK 0 0.30 0.09 0.15
HSL 318.46º 0.46% 0.72% -
HSV(B) 318.46º 0.3% 0.85% -
XYZ 49.92 41.24 58.15 -
YUV 176.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 217 152 197 0 0.30 0.09 0.15 318.46 0.46 0.72
Hex D9 98 C5 0 1E 9 F 13E 2E 48
Octal 331 230 305 0 36 11 17 476 56 110
Binary 11011001 10011000 11000101 0 11110 1001 1111 100111110 101110 1001000

Color Harmonies of #D998C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D998C5

Black with #D998C5

Text Example


Text Example

White with #D998C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D998C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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