Html Css Color HEX #D993B7 Shocking

📋 copy color: '#D993B7'

red 217 ◦ green 147 ◦ blue 183

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

Shades of Shocking #D993B7

Tints of Shocking #D993B7

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.87%

 BLUE value IS 183 (71.88% from 255) = 33.46%

R = 39.67%
G = 26.87%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D993B7 (or 0xD993B7) is known color: Shocking. HEX triplet: D9, 93 and B7. RGB value is (217,147,183). Sum of RGB (Red+Green+Blue) = 217+147+183=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D993B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993B7 is #266C48. Grayscale: #ABABAB. Windows color (decimal): -2518089 or 12030937. OLE color: 12030937.

HSL color Cylindrical-coordinate representation of color #D993B7: hue angle of 329.14º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D993B7 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 147 183 -
CMYK 0 0.32 0.16 0.15
HSL 329.14º 0.48% 0.71% -
HSV(B) 329.14º 0.32% 0.85% -
XYZ 47.6 39.04 49.83 -
YUV 172.03 134.19 160.07 -
System Red Green Blue C M Y K H S L
Decimal 217 147 183 0 0.32 0.16 0.15 329.14 0.48 0.71
Hex D9 93 B7 0 20 10 F 149 30 47
Octal 331 223 267 0 40 20 17 511 60 107
Binary 11011001 10010011 10110111 0 100000 10000 1111 101001001 110000 1000111

Color Harmonies of #D993B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993B7

Black with #D993B7

Text Example


Text Example

White with #D993B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993B7; }

 p { color: rgb(217,147,183); }

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

background-color css

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

 a { background-color: rgb(217,147,183); }

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

border-color css

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

 span { border-color: rgb(217,147,183); }

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