Html Css Color HEX #D993BC Shocking

📋 copy color: '#D993BC'

red 217 ◦ green 147 ◦ blue 188

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

Shades of Shocking #D993BC

Tints of Shocking #D993BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.06%

R = 39.31%
G = 26.63%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D993BC (or 0xD993BC) is known color: Shocking. HEX triplet: D9, 93 and BC. RGB value is (217,147,188). Sum of RGB (Red+Green+Blue) = 217+147+188=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D993BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993BC is #266C43. Grayscale: #ACACAC. Windows color (decimal): -2518084 or 12358617. OLE color: 12358617.

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

Color convert

RGB 217 147 188 -
CMYK 0 0.32 0.13 0.15
HSL 324.86º 0.48% 0.71% -
HSV(B) 324.86º 0.32% 0.85% -
XYZ 48.13 39.25 52.62 -
YUV 172.6 136.69 159.67 -
System Red Green Blue C M Y K H S L
Decimal 217 147 188 0 0.32 0.13 0.15 324.86 0.48 0.71
Hex D9 93 BC 0 20 D F 145 30 47
Octal 331 223 274 0 40 15 17 505 60 107
Binary 11011001 10010011 10111100 0 100000 1101 1111 101000101 110000 1000111

Color Harmonies of #D993BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993BC

Black with #D993BC

Text Example


Text Example

White with #D993BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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