Html Css Color HEX #D996C6 Shocking

📋 copy color: '#D996C6'

red 217 ◦ green 150 ◦ blue 198

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

Shades of Shocking #D996C6

Tints of Shocking #D996C6

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.55%

 BLUE value IS 198 (77.73% from 255) = 35.04%

R = 38.41%
G = 26.55%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D996C6 (or 0xD996C6) is known color: Shocking. HEX triplet: D9, 96 and C6. RGB value is (217,150,198). Sum of RGB (Red+Green+Blue) = 217+150+198=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D996C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996C6 is #266939. Grayscale: #AFAFAF. Windows color (decimal): -2517306 or 13014745. OLE color: 13014745.

HSL color Cylindrical-coordinate representation of color #D996C6: hue angle of 317.01º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D996C6 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 150 198 -
CMYK 0 0.31 0.09 0.15
HSL 317.01º 0.47% 0.72% -
HSV(B) 317.01º 0.31% 0.85% -
XYZ 49.71 40.64 58.65 -
YUV 175.51 140.7 157.6 -
System Red Green Blue C M Y K H S L
Decimal 217 150 198 0 0.31 0.09 0.15 317.01 0.47 0.72
Hex D9 96 C6 0 1F 9 F 13D 2F 48
Octal 331 226 306 0 37 11 17 475 57 110
Binary 11011001 10010110 11000110 0 11111 1001 1111 100111101 101111 1001000

Color Harmonies of #D996C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D996C6

Black with #D996C6

Text Example


Text Example

White with #D996C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D996C6; }

 p { color: rgb(217,150,198); }

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

background-color css

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

 a { background-color: rgb(217,150,198); }

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

border-color css

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

 span { border-color: rgb(217,150,198); }

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