Html Css Color HEX #D996C2 Shocking

📋 copy color: '#D996C2'

red 217 ◦ green 150 ◦ blue 194

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

Shades of Shocking #D996C2

Tints of Shocking #D996C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.58%

R = 38.68%
G = 26.74%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D996C2 (or 0xD996C2) is known color: Shocking. HEX triplet: D9, 96 and C2. RGB value is (217,150,194). Sum of RGB (Red+Green+Blue) = 217+150+194=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D996C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996C2 is #26693D. Grayscale: #AEAEAE. Windows color (decimal): -2517310 or 12752601. OLE color: 12752601.

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

Color convert

RGB 217 150 194 -
CMYK 0 0.31 0.11 0.15
HSL 320.6º 0.47% 0.72% -
HSV(B) 320.6º 0.31% 0.85% -
XYZ 49.26 40.46 56.25 -
YUV 175.05 138.7 157.92 -
System Red Green Blue C M Y K H S L
Decimal 217 150 194 0 0.31 0.11 0.15 320.6 0.47 0.72
Hex D9 96 C2 0 1F B F 141 2F 48
Octal 331 226 302 0 37 13 17 501 57 110
Binary 11011001 10010110 11000010 0 11111 1011 1111 101000001 101111 1001000

Color Harmonies of #D996C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D996C2

Black with #D996C2

Text Example


Text Example

White with #D996C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D996C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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