Html Css Color HEX #D997B5 Shocking

📋 copy color: '#D997B5'

red 217 ◦ green 151 ◦ blue 181

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

Shades of Shocking #D997B5

Tints of Shocking #D997B5

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.5%

 BLUE value IS 181 (71.09% from 255) = 32.97%

R = 39.53%
G = 27.5%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D997B5 (or 0xD997B5) is known color: Shocking. HEX triplet: D9, 97 and B5. RGB value is (217,151,181). Sum of RGB (Red+Green+Blue) = 217+151+181=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D997B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997B5 is #26684A. Grayscale: #AEAEAE. Windows color (decimal): -2517067 or 11900889. OLE color: 11900889.

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

Color convert

RGB 217 151 181 -
CMYK 0 0.30 0.17 0.15
HSL 332.73º 0.46% 0.72% -
HSV(B) 332.73º 0.3% 0.85% -
XYZ 48.02 40.22 48.95 -
YUV 174.15 131.87 158.56 -
System Red Green Blue C M Y K H S L
Decimal 217 151 181 0 0.30 0.17 0.15 332.73 0.46 0.72
Hex D9 97 B5 0 1E 11 F 14D 2E 48
Octal 331 227 265 0 36 21 17 515 56 110
Binary 11011001 10010111 10110101 0 11110 10001 1111 101001101 101110 1001000

Color Harmonies of #D997B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D997B5

Black with #D997B5

Text Example


Text Example

White with #D997B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D997B5; }

 p { color: rgb(217,151,181); }

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

background-color css

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

 a { background-color: rgb(217,151,181); }

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

border-color css

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

 span { border-color: rgb(217,151,181); }

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