Html Css Color HEX #D996C4 Shocking

📋 copy color: '#D996C4'

red 217 ◦ green 150 ◦ blue 196

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

Shades of Shocking #D996C4

Tints of Shocking #D996C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.81%

R = 38.54%
G = 26.64%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D996C4 (or 0xD996C4) is known color: Shocking. HEX triplet: D9, 96 and C4. RGB value is (217,150,196). Sum of RGB (Red+Green+Blue) = 217+150+196=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D996C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996C4 is #26693B. Grayscale: #AFAFAF. Windows color (decimal): -2517308 or 12883673. OLE color: 12883673.

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

Color convert

RGB 217 150 196 -
CMYK 0 0.31 0.10 0.15
HSL 318.81º 0.47% 0.72% -
HSV(B) 318.81º 0.31% 0.85% -
XYZ 49.49 40.55 57.44 -
YUV 175.28 139.7 157.76 -
System Red Green Blue C M Y K H S L
Decimal 217 150 196 0 0.31 0.10 0.15 318.81 0.47 0.72
Hex D9 96 C4 0 1F A F 13F 2F 48
Octal 331 226 304 0 37 12 17 477 57 110
Binary 11011001 10010110 11000100 0 11111 1010 1111 100111111 101111 1001000

Color Harmonies of #D996C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D996C4

Black with #D996C4

Text Example


Text Example

White with #D996C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D996C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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